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
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr"
|
make_build_args="PREFIX=/usr"
|
||||||
short_desc="Small Footprint R7RS Scheme for use as a C Extension Language"
|
short_desc="Small Footprint R7RS Scheme for use as a C Extension Language"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://synthcode.com/scheme/chibi/"
|
homepage="http://synthcode.com/scheme/chibi/"
|
||||||
distfiles="https://github.com/ashinn/chibi-scheme/archive/${version}.tar.gz"
|
distfiles="https://github.com/ashinn/chibi-scheme/archive/${version}.tar.gz"
|
||||||
checksum=821ce808573ca4eadfeb84bfd18d4ef839dde24ba882eb232207e48f89bb979b
|
checksum=821ce808573ca4eadfeb84bfd18d4ef839dde24ba882eb232207e48f89bb979b
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
chibi-scheme-devel_package() {
|
chibi-scheme-devel_package() {
|
||||||
depends="chibi-scheme>=${version}_${revision}"
|
depends="chibi-scheme>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue