mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
chibi-scheme: add license.
This commit is contained in:
parent
41b4162041
commit
db34abaa78
1 changed files with 5 additions and 2 deletions
|
@ -5,14 +5,17 @@ revision=1
|
|||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr"
|
||||
short_desc="Small Footprint R7RS Scheme for use as a C Extension Language"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://synthcode.com/scheme/chibi/"
|
||||
distfiles="https://github.com/ashinn/chibi-scheme/archive/${version}.tar.gz"
|
||||
checksum=821ce808573ca4eadfeb84bfd18d4ef839dde24ba882eb232207e48f89bb979b
|
||||
disable_parallel_build=yes
|
||||
nocross=yes
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
chibi-scheme-devel_package() {
|
||||
depends="chibi-scheme>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue