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