aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
blob: 5d8f9033a7ea6c239f60f032a98689940cb833f2 (plain)
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
(hall-description
  (name "inkplate")
  (prefix "guile")
  (version "0.1")
  (author "Tom Willemse")
  (copyright (2023))
  (synopsis "")
  (description "")
  (home-page "")
  (license gpl3+)
  (dependencies `())
  (skip ())
  (files (libraries ((scheme-file "inkplate")))
         (tests ((directory "tests" ((scheme-file "inkplate")))))
         (programs ((directory "scripts" ())))
         (documentation
           ((directory "examples" ((scheme-file "date")))
            (directory "doc" ((texi-file "inkplate")))
            (text-file "COPYING")
            (text-file "HACKING")
            (symlink "README" "README.org")
            (org-file "README")))
         (infrastructure
           ((directory "build-aux" ())
            (scheme-file "hall")
            (text-file ".gitignore")
            (scheme-file "guix")))))