diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-06-26 16:59:08 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-06-26 16:59:08 -0700 |
commit | cf7d95e09f69f420e2da5c333c3d01a2555c63ce (patch) | |
tree | 808933fbb59e4336066fc777365c19081a9d43b4 /hall.scm | |
parent | e9c0fa906ecc09b814f88c7ab7d6412fefcb2dcd (diff) | |
parent | 14711963d4cdf7d20ad0e1803c7cc58c858adc1b (diff) | |
download | pinentry-rofi-2.0.0.tar.gz |
Merge branch 'hall'2.0.0
Diffstat (limited to 'hall.scm')
-rw-r--r-- | hall.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/hall.scm b/hall.scm new file mode 100644 index 0000000..3a2178c --- /dev/null +++ b/hall.scm @@ -0,0 +1,30 @@ +(hall-description + (name "pinentry-rofi") + (prefix "") + (version "2.0.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"))) + (tests ((directory + "tests" + ((scheme-file "pinentry-rofi"))))) + (programs + ((directory "scripts" ((in-file "pinentry-rofi"))))) + (documentation + ((org-file "README") + (symlink "README" "README.org") + (text-file "AUTHORS") + (text-file "NEWS") + (text-file "HACKING") + (text-file "COPYING") + (directory "doc" ((texi-file "pinentry-rofi"))) + (text-file "ChangeLog"))) + (infrastructure + ((scheme-file "guix") (scheme-file "hall"))))) |