chibi-scheme: add alternatives

This commit is contained in:
Ivan Sokolov 2019-01-03 10:35:39 +03:00 committed by maxice8
parent 6f540f5463
commit 668d396f4f

View file

@ -1,7 +1,7 @@
# Template file for 'chibi-scheme'
pkgname=chibi-scheme
version=0.8
revision=1
revision=2
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
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/"
distfiles="https://github.com/ashinn/chibi-scheme/archive/${version}.tar.gz"
checksum=8a077859b123216c123c243db391b0fe4c0cf73978c7cdd7b8ea853a48192756
alternatives="
scheme:scheme:/usr/bin/chibi-scheme
scheme:scheme.1:/usr/share/man/man1/chibi-scheme.1
"
disable_parallel_build=yes
nocross=yes