sloth/hall.scm

27 lines
765 B
Scheme

(hall-description
(name "sloth")
(prefix "")
(version "0.1")
(author "An owl and a rat")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `(("guile-ts" ,guile-ts)))
(skip ())
(files (libraries
((directory "sloth" ()) (scheme-file "sloth")))
(tests ((directory "tests" ())))
(programs ((directory "scripts" ())))
(documentation
((directory "doc" ((texi-file "sloth")))
(text-file "COPYING")
(text-file "HACKING")
(symlink "README" "README.org")
(org-file "README")))
(infrastructure
((scheme-file "hall")
(text-file ".gitignore")
(scheme-file "guix")))))