chibi-scheme: add alternatives
This commit is contained in:
parent
6f540f5463
commit
668d396f4f
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chibi-scheme'
|
# Template file for 'chibi-scheme'
|
||||||
pkgname=chibi-scheme
|
pkgname=chibi-scheme
|
||||||
version=0.8
|
version=0.8
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -10,6 +10,10 @@ 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=8a077859b123216c123c243db391b0fe4c0cf73978c7cdd7b8ea853a48192756
|
checksum=8a077859b123216c123c243db391b0fe4c0cf73978c7cdd7b8ea853a48192756
|
||||||
|
alternatives="
|
||||||
|
scheme:scheme:/usr/bin/chibi-scheme
|
||||||
|
scheme:scheme.1:/usr/share/man/man1/chibi-scheme.1
|
||||||
|
"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue