You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB

2 years ago
(hall-description
(name "bible-tools")
(prefix "")
(version "1.0")
(author "")
(copyright (2022))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `())
(skip ())
(files (libraries ((directory "bible-tools" ())))
(tests ((directory "tests" ())))
(programs
((directory
"scripts"
((in-file "bible2latex") (in-file "count-words")))))
(documentation
((text-file "ChangeLog")
(text-file "AUTHORS")
(text-file "NEWS")
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
(directory
"doc"
((texi-file "bible-tools")
(text-file "stamp-vti")
(info-file "bible-tools")
(text-file ".dirstamp")
(texi-file "version")))))
(infrastructure
((in-file "pre-inst-env")
(automake-file "Makefile")
(autoconf-file "configure")
(directory
"build-aux"
((scheme-file "test-driver")
(tex-file "texinfo")
(text-file "mdate-sh")
(text-file "missing")
(text-file "install-sh")))
(scheme-file "guix")
(text-file ".gitignore")
(scheme-file "hall")))))