msg-cli/hall.scm

40 lines
1.1 KiB
Scheme
Raw Permalink Normal View History

(hall-description
(name "msg")
(prefix "")
(version "0.1")
(author "Chad Nelson")
(email "")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license agpl3+)
(dependencies `())
(skip ())
(features
((guix #f)
(use-guix-specs-for-dependencies #f)
(native-language-support #f)
(licensing #f)))
(files (libraries
((directory
"msg"
((scheme-file "config")
(scheme-file "machine")
(scheme-file "hconfig")
(scheme-file "shell")
(scheme-file "helpers")))))
(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") (scheme-file "config")))
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))
(infrastructure
((scheme-file "guix") (text-file ".gitignore") (scheme-file "hall")))))