guile-inkplate/hall.scm

37 lines
1.1 KiB
Scheme
Raw Permalink Normal View History

(hall-description
(name "inkplate")
(prefix "guile")
(version "0.1")
(author "Tom Willemse")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `(("guile-termios" (termios) ,guile-termios)))
(skip ())
(files (libraries ((scheme-file "inkplate")))
(tests ((directory "tests" ((scheme-file "inkplate")))))
(programs ((directory "scripts" ())))
(documentation
2023-07-08 07:23:01 +02:00
((text-file "ChangeLog")
(text-file "AUTHORS")
(text-file "NEWS")
(symlink "README" "README.org")
2023-07-08 07:23:01 +02:00
(text-file "HACKING")
(text-file "COPYING")
(directory "doc" ((texi-file "inkplate")))
(directory
"examples"
((scheme-file "date")))))
(infrastructure
2023-07-08 07:23:01 +02:00
((in-file "pre-inst-env")
(automake-file "Makefile")
(autoconf-file "configure")
(scheme-file "guix")
(text-file ".gitignore")
2023-07-08 07:23:01 +02:00
(scheme-file "hall")
(directory
"build-aux"
((scheme-file "test-driver")))))))