36 lines
982 B
Scheme
36 lines
982 B
Scheme
|
(hall-description
|
||
|
(name "spam-filter")
|
||
|
(prefix "guile")
|
||
|
(version "0.1")
|
||
|
(author "Ray Miller")
|
||
|
(email "ray@1729.org.uk")
|
||
|
(copyright (2024))
|
||
|
(synopsis "")
|
||
|
(description "")
|
||
|
(home-page "")
|
||
|
(license gpl3+)
|
||
|
(dependencies `())
|
||
|
(skip ())
|
||
|
(features
|
||
|
((guix #f)
|
||
|
(use-guix-specs-for-dependencies #f)
|
||
|
(native-language-support #f)
|
||
|
(licensing #f)))
|
||
|
(files (libraries
|
||
|
((scheme-file "spam-filter")
|
||
|
(directory
|
||
|
"spam-filter"
|
||
|
((scheme-file "hconfig")))))
|
||
|
(tests ((directory "tests" ())))
|
||
|
(programs ((directory "scripts" ())))
|
||
|
(documentation
|
||
|
((org-file "README")
|
||
|
(symlink "README" "README.org")
|
||
|
(text-file "HACKING")
|
||
|
(text-file "COPYING")
|
||
|
(directory "doc" ((texi-file "spam-filter")))))
|
||
|
(infrastructure
|
||
|
((scheme-file "guix")
|
||
|
(text-file ".gitignore")
|
||
|
(scheme-file "hall")))))
|