sloth/hall.scm

31 lines
845 B
Scheme

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