33 lines
969 B
Scheme
33 lines
969 B
Scheme
(hall-description
|
|
(name "starvat")
|
|
(prefix "")
|
|
(version "0.1")
|
|
(author "Skylar Hill")
|
|
(copyright (2023))
|
|
(synopsis
|
|
"Gemini server based on Spritely's Goblins")
|
|
(description "TODO")
|
|
(home-page
|
|
"https://git.solarpunk.moe/stellarskylark/starvat")
|
|
(license expat)
|
|
(dependencies
|
|
`(("guile-goblins" ,guile-goblins)
|
|
("guile-gnutls" ,guile-gnutls)))
|
|
(skip ())
|
|
(files (libraries
|
|
((directory
|
|
"starvat"
|
|
((scheme-file "listener")
|
|
(scheme-file "handler")))))
|
|
(tests ((directory "tests" ())))
|
|
(programs
|
|
((directory "scripts" ((in-file "starvat")))))
|
|
(documentation
|
|
((markdown-file "README")
|
|
(symlink "README" "README.md")
|
|
(text-file "LICENSE")
|
|
(directory "doc" ((texi-file "starvat")))))
|
|
(infrastructure
|
|
((scheme-file "guix")
|
|
(text-file ".gitignore")
|
|
(scheme-file "hall")))))
|