1
0
Fork 0
bugafriend/hall.scm

60 lines
1.7 KiB
Scheme

(hall-description
(name "bugafriend")
(prefix "")
(version "0.1")
(author "Vivi Langdon")
(email "puttabutta@gmail.com")
(copyright (2024))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies
`(("guile-goblins" (goblins) ,guile-goblins)
("guile-ncurses" (ncurses curses) ,guile-ncurses)))
(features
((guix #f)
(use-guix-specs-for-dependencies #f)
(native-language-support #f)
(licensing #t)))
(files (libraries
((scheme-file "bugafriend")
(directory
"bugafriend"
((directory
"utils"
((scheme-file "registry")))
(scheme-file "user")
(scheme-file "room")
(scheme-file "hconfig")
(scheme-file "listener")
(scheme-file "ui")))))
(tests ((directory "tests" ())))
(programs
((directory
"scripts"
((text-file "say")
(text-file "listen")
(in-file "say")
(in-file "listen")))))
(documentation
((org-file "README")
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
(directory
"doc"
((texi-file "version")
(text-file ".dirstamp")
(text-file "stamp-vti")
(info-file "bugafriend")
(info-file "version")
(texi-file "bugafriend")))
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))
(infrastructure
((scheme-file "guix")
(text-file ".gitignore")
(scheme-file "hall")))))