gib-gab-gob/hall.scm

49 lines
1.6 KiB
Scheme

(hall-description
(name "gib-gab-gob")
(prefix "")
(version "0.1")
(author "Vivi Langdon")
(copyright (2023))
(synopsis
"Rock Paper Scissors and Tic Tac Toe in Goblins!")
(description
"This project demonstrates both Rock Paper Scissors and Tic Tac Toe in Goblins!")
(home-page "https://solarpunk.moe")
(license gpl3+)
(dependencies
`(("guile-goblins" (goblins) ,guile-goblins)))
(skip ())
(files (libraries
((directory
"gib-gab-gob"
((directory "ui" ((scheme-file "console")))
(compiled-scheme-file "board")
(scheme-file "game")
(scheme-file "board")
(scheme-file "rps")
(compiled-scheme-file "game")
(compiled-scheme-file "rps")))))
(tests ())
(programs
((directory
"scripts"
((in-file "make-initiator")
(text-file "make-joiner")
(text-file "make-initiator")
(in-file "make-joiner")))))
(documentation
((text-file "COPYING") (org-file "README")))
(infrastructure
((shell-file "bootstrap")
(scheme-file "guix")
(in-file "pre-inst-env")
(directory
"build-aux"
((scheme-file "test-driver")
(text-file "missing")
(text-file "install-sh")))
(scheme-file "hall")
(text-file ".gitignore")
(autoconf-file "configure")
(automake-file "Makefile")))))