Add metadata to the Guix package

* guix.scm: Fill out home-page, synopsis, description, and license
fields.
This commit is contained in:
Timothy Sample 2018-12-05 20:56:18 -05:00
parent 88b376c014
commit 5287348cdc
1 changed files with 5 additions and 4 deletions

View File

@ -52,7 +52,8 @@
(add-before 'configure 'bootstrap
(lambda _
(zero? (system* "sh" "bootstrap")))))))
(home-page #f)
(synopsis #f)
(description #f)
(license #f))
(home-page "https://gitlab.com/samplet/geesh")
(synopsis "POSIX-compatible shell written in Guile Scheme")
(description "Geesh is a POSIX-compatible shell written in Guile
Scheme. It is designed to be capable of bootstrapping Bash.")
(license license:gpl3+))