parent
c63355e4fd
commit
f2af55b3aa
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'Gauche'
|
||||
pkgname=Gauche
|
||||
version=0.9.12
|
||||
revision=3
|
||||
version=0.9.15
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="texinfo"
|
||||
makedepends="libticonv-devel libatomic_ops-devel"
|
||||
checkdepends="iana-etc"
|
||||
short_desc="Practical Scheme R7RS implementation"
|
||||
maintainer="rc-05 <rc23@email.it>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://practical-scheme.net/gauche/"
|
||||
distfiles="https://github.com/shirok/Gauche/releases/download/release${version//\./_}/Gauche-${version}.tgz"
|
||||
checksum=b4ae64921b07a96661695ebd5aac0dec813d1a68e546a61609113d7843f5b617
|
||||
checksum=3643e27bc7c8822cfd6fb2892db185f658e8e364938bc2ccfcedb239e35af783
|
||||
alternatives="
|
||||
scheme:scheme:/usr/bin/gosh
|
||||
scheme:scheme.1:/usr/share/man/man1/gosh.1
|
||||
|
@ -28,7 +28,7 @@ fi
|
|||
|
||||
post_install() {
|
||||
# Void previously shipped the binary as "gauche", symlink for
|
||||
# consistancy.
|
||||
# consistency.
|
||||
ln -sf gosh $DESTDIR/usr/bin/gauche
|
||||
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue