1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
(hall-description
(name "zlib")
(prefix "guile")
(version "0.1")
(author "Mathieu Othacehe")
(copyright (2020))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `())
(files (libraries
((scheme-file "zlib")
(directory "zlib" ((scheme-file "config")))))
(tests ((directory "tests" ((scheme-file "zlib")))))
(programs ())
(documentation
((org-file "README")
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))
(infrastructure
((scheme-file "guix")
(scheme-file "hall")
(directory
"build-aux"
((scheme-file "test-driver")))
(autoconf-file "configure")
(automake-file "Makefile")
(in-file "pre-inst-env")))))
|