mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
scheme48: add alternative for scheme-r5rs.
This commit is contained in:
parent
69859d46ac
commit
3da6282f00
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'scheme48'
|
# Template file for 'scheme48'
|
||||||
pkgname=scheme48
|
pkgname=scheme48
|
||||||
version=1.9.2
|
version=1.9.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Implementation of the R5RS Scheme standard"
|
short_desc="Implementation of the R5RS Scheme standard"
|
||||||
maintainer="rc-05 <rc23@email.it>"
|
maintainer="rc-05 <rc23@email.it>"
|
||||||
|
@ -12,9 +12,11 @@ checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
|
||||||
alternatives="
|
alternatives="
|
||||||
scheme:scheme:/usr/bin/scheme48
|
scheme:scheme:/usr/bin/scheme48
|
||||||
scheme:scheme.1:/usr/share/man/man1/scheme48.1
|
scheme:scheme.1:/usr/share/man/man1/scheme48.1
|
||||||
|
scheme:scheme-r5rs:/usr/bin/scheme48-r5rs
|
||||||
"
|
"
|
||||||
nocross="Failed to compile test program"
|
nocross="Failed to compile test program"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
mv ${DESTDIR}/usr/bin/scheme-r5rs ${DESTDIR}/usr/bin/scheme48-r5rs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue