aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
blob: e0a782808eedba179b0a127ed596217d5e8d3d8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
(hall-description
  (name "pinentry-rofi")
  (prefix "")
  (version "2.0.3")
  (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 `(("rofi" ,rofi)))
  (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")))))