46 lines
1.3 KiB
Scheme
46 lines
1.3 KiB
Scheme
(hall-description
|
|
(name "guile-termenv")
|
|
(prefix "")
|
|
(version "0.1")
|
|
(author "")
|
|
(email "")
|
|
(copyright (2024))
|
|
(synopsis "")
|
|
(description "")
|
|
(home-page "")
|
|
(license gpl3+)
|
|
(dependencies `())
|
|
(skip ("bootstrap"))
|
|
(features
|
|
((guix #f)
|
|
(use-guix-specs-for-dependencies #f)
|
|
(native-language-support #f)
|
|
(licensing #f)))
|
|
(files (libraries
|
|
((directory
|
|
"termenv"
|
|
((scheme-file "style")
|
|
(scheme-file "unix")
|
|
(scheme-file "hyperlink")
|
|
(scheme-file "screen")
|
|
(scheme-file "color")
|
|
(scheme-file "hconfig")))
|
|
(scheme-file "termenv")
|
|
(directory
|
|
"tests"
|
|
((scheme-file "utils")))))
|
|
(tests ((directory
|
|
"tests"
|
|
((scheme-file "test-screen")
|
|
(scheme-file "test-style")))))
|
|
(programs ((directory "scripts" ())))
|
|
(documentation
|
|
((org-file "README")
|
|
(symlink "README" "README.org")
|
|
(text-file "HACKING")
|
|
(text-file "COPYING")
|
|
(directory "doc" ((texi-file "guile-termenv")))))
|
|
(infrastructure
|
|
((scheme-file "guix")
|
|
(text-file ".gitignore")
|
|
(scheme-file "hall")))))
|