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 ())
|
2024-06-04 12:07:58 -06:00
|
|
|
(features
|
|
|
|
((guix #f)
|
|
|
|
(use-guix-specs-for-dependencies #f)
|
|
|
|
(native-language-support #f)
|
|
|
|
(licensing #f)))
|
2023-11-20 09:05:07 -07:00
|
|
|
(files (libraries
|
2023-11-28 17:15:28 -07:00
|
|
|
((directory
|
2023-11-20 09:05:07 -07:00
|
|
|
"msg"
|
2023-11-26 16:53:25 -07:00
|
|
|
((scheme-file "config")
|
|
|
|
(scheme-file "machine")
|
2023-11-20 09:05:07 -07:00
|
|
|
(scheme-file "hconfig")
|
2023-11-25 09:51:23 -07:00
|
|
|
(scheme-file "shell")
|
2023-11-20 09:05:07 -07:00
|
|
|
(scheme-file "helpers")))))
|
2023-11-28 17:15:28 -07:00
|
|
|
(tests ())
|
2023-11-20 09:05:07 -07:00
|
|
|
(programs ((directory "scripts" ((in-file "msg")))))
|
|
|
|
(documentation
|
|
|
|
((org-file "README")
|
|
|
|
(symlink "README" "README.org")
|
|
|
|
(text-file "HACKING")
|
|
|
|
(text-file "COPYING")
|
2023-11-28 17:15:28 -07:00
|
|
|
(directory "doc" ((texi-file "msg") (scheme-file "config")))
|
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")))))
|