msg-cli/hall.scm

37 lines
1 KiB
Scheme
Raw Normal View History

2023-11-20 09:05:07 -07:00
(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")
2023-11-20 09:05:07 -07:00
(scheme-file "hconfig")
(scheme-file "shell")
2023-11-20 09:05:07 -07:00
(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")
2023-11-28 08:37:31 -07:00
(directory "doc" ((texi-file "msg")))
2023-11-20 09:05:07 -07:00
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))
(infrastructure
((scheme-file "guix") (text-file ".gitignore") (scheme-file "hall")))))