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.
48 lines
1.4 KiB
48 lines
1.4 KiB
(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" |
|
((scheme-file "latex-export") |
|
(scheme-file "count-words"))) |
|
(scheme-file "bible-tools"))) |
|
(tests ((directory "tests" ()))) |
|
(programs |
|
((directory |
|
"scripts" |
|
((in-file "bible-app") |
|
(in-file "word-counter") |
|
(in-file "bible2latex"))))) |
|
(documentation |
|
((text-file "ChangeLog") |
|
(text-file "AUTHORS") |
|
(text-file "NEWS") |
|
(symlink "README" "README.org") |
|
(org-file "README") |
|
(text-file "HACKING") |
|
(text-file "COPYING") |
|
(directory "doc" ((texi-file "bible-tools"))))) |
|
(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")))))
|
|
|