27 lines
782 B
Scheme
27 lines
782 B
Scheme
|
(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 "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")))))
|