sloth/hall.scm

33 lines
904 B
Scheme
Raw Normal View History

(hall-description
2023-11-04 06:02:41 +00:00
(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" ((scheme-file "editor")
(scheme-file "interface")))))
(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")
(text-file "zhu-li")
(scheme-file "guix")
(scheme-file "hall")
(scheme-file "manifest")))))