aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
blob: ea11c6e3391427518205a6f777b5c3b8488b35da (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
28
29
30
31
32
33
34
35
36
(hall-description
  (name "inkplate")
  (prefix "guile")
  (version "0.1")
  (author "Tom Willemse")
  (copyright (2023))
  (synopsis "")
  (description "")
  (home-page "")
  (license gpl3+)
  (dependencies `(("guile-termios" (termios) ,guile-termios)))
  (skip ())
  (files (libraries ((scheme-file "inkplate")))
         (tests ((directory "tests" ((scheme-file "inkplate")))))
         (programs ((directory "scripts" ())))
         (documentation
           ((text-file "ChangeLog")
            (text-file "AUTHORS")
            (text-file "NEWS")
            (symlink "README" "README.org")
            (text-file "HACKING")
            (text-file "COPYING")
            (directory "doc" ((texi-file "inkplate")))
            (directory
              "examples"
              ((scheme-file "date")))))
         (infrastructure
           ((in-file "pre-inst-env")
            (automake-file "Makefile")
            (autoconf-file "configure")
            (scheme-file "guix")
            (text-file ".gitignore")
            (scheme-file "hall")
            (directory
              "build-aux"
              ((scheme-file "test-driver")))))))