mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chicken: update to 4.8.0.5.
This commit is contained in:
parent
4f23d0a467
commit
c15bf6cefa
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'chicken'
|
# Template file for 'chicken'
|
||||||
pkgname=chicken
|
pkgname=chicken
|
||||||
version=4.8.0.4
|
version=4.8.0.5
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="A practical and portable Scheme system"
|
short_desc="A practical and portable Scheme system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.call-cc.org"
|
homepage="http://www.call-cc.org"
|
||||||
distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.gz"
|
||||||
checksum=cd6c4b05f76a6ac82ff32e8dbd53f7517a283bda32003c6b3baa0c6b24990fb2
|
checksum=5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb
|
||||||
long_desc="
|
long_desc="
|
||||||
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces
|
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces
|
||||||
portable, efficient C, supports almost all of the R5RS Scheme language
|
portable, efficient C, supports almost all of the R5RS Scheme language
|
||||||
|
@ -45,6 +45,6 @@ chicken-devel_package() {
|
||||||
|
|
||||||
chicken_package() {
|
chicken_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue