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 agpl3+)
|
|
|
|
(dependencies `())
|
|
|
|
(skip ())
|
|
|
|
(features
|
|
|
|
((guix #f)
|
|
|
|
(use-guix-specs-for-dependencies #f)
|
|
|
|
(native-language-support #f)
|
2025-02-28 12:32:08 -07:00
|
|
|
(licensing #t)))
|
2023-11-20 09:05:07 -07:00
|
|
|
(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")
|
2025-02-28 12:32:08 -07:00
|
|
|
(text-file "LICENSE")
|
2023-11-20 09:05:07 -07:00
|
|
|
(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")))))
|