aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-06-12 17:57:51 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-06-12 19:01:05 -0700
commit21321a4b3d22585ab65b134c82b3607448a76910 (patch)
treeebcdc50444b6291071682e8b726186a7e28ece30 /hall.scm
parente9c0fa906ecc09b814f88c7ab7d6412fefcb2dcd (diff)
downloadpinentry-rofi-21321a4b3d22585ab65b134c82b3607448a76910.tar.gz
Using Hall to handle the project
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm31
1 files changed, 31 insertions, 0 deletions
diff --git a/hall.scm b/hall.scm
new file mode 100644
index 0000000..e721f40
--- /dev/null
+++ b/hall.scm
@@ -0,0 +1,31 @@
+(hall-description
+ (name "pinentry-rofi")
+ (prefix "")
+ (version "1.1.0")
+ (author "Fredrik Salomonsson")
+ (copyright (2020))
+ (synopsis "Rofi frontend to pinentry")
+ (description
+ "Simple pinentry gui using rofi, it is written in GNU guile.")
+ (home-page
+ "https://github.com/plattfot/pinentry-rofi/")
+ (license gpl3+)
+ (dependencies `())
+ (files (libraries
+ ((scheme-file "pinentry-rofi")
+ (directory "pinentry-rofi" ())))
+ (tests ((directory
+ "tests"
+ ((scheme-file "pinentry-rofi")))))
+ (programs
+ ((directory "scripts" ((in-file "pinentry-rofi")))))
+ (documentation
+ ((org-file "README")
+ (symlink "README" "README.org")
+ (text-file "HACKING")
+ (text-file "COPYING")
+ (directory "doc" ((texi-file "pinentry-rofi")))
+ (text-file "ChangeLog")
+ (text-file "ChangeLog")))
+ (infrastructure
+ ((scheme-file "guix") (scheme-file "hall")))))