msg-cli/hall.scm

42 lines
1.2 KiB
Scheme

(hall-description
(name "msg")
(prefix "")
(version "0.1")
(author "Chad Nelson")
(email "")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `())
(skip ())
(features ((guix #f) (native-language-support #f) (licensing #f)))
(files (libraries
((scheme-file "msg")
(directory
"msg"
((scheme-file "config")
(scheme-file "machine")
(scheme-file "hconfig")
(scheme-file "shell")
(scheme-file "helpers")))))
(tests ((directory "tests" ())))
(programs ((directory "scripts" ((in-file "msg")))))
(documentation
((org-file "README")
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
(directory
"doc"
((texi-file "msg")
(text-file ".dirstamp")
(info-file "msg")
(texi-file "version")
(text-file "stamp-vti")))
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))
(infrastructure
((scheme-file "guix") (text-file ".gitignore") (scheme-file "hall")))))