2023-07-07 08:23:41 +02:00
|
|
|
(hall-description
|
|
|
|
(name "inkplate")
|
|
|
|
(prefix "guile")
|
|
|
|
(version "0.1")
|
|
|
|
(author "Tom Willemse")
|
|
|
|
(copyright (2023))
|
|
|
|
(synopsis "")
|
|
|
|
(description "")
|
|
|
|
(home-page "")
|
|
|
|
(license gpl3+)
|
2023-07-13 00:08:31 +02:00
|
|
|
(dependencies `(("guile-termios" (termios) ,guile-termios)))
|
2023-07-07 08:23:41 +02:00
|
|
|
(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")
|
2023-07-07 08:23:41 +02:00
|
|
|
(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")))))
|
2023-07-07 08:23:41 +02:00
|
|
|
(infrastructure
|
2023-07-08 07:23:01 +02:00
|
|
|
((in-file "pre-inst-env")
|
|
|
|
(automake-file "Makefile")
|
|
|
|
(autoconf-file "configure")
|
|
|
|
(scheme-file "guix")
|
2023-07-07 08:23:41 +02:00
|
|
|
(text-file ".gitignore")
|
2023-07-08 07:23:01 +02:00
|
|
|
(scheme-file "hall")
|
|
|
|
(directory
|
|
|
|
"build-aux"
|
|
|
|
((scheme-file "test-driver")))))))
|