mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
es: cleanup.
This commit is contained in:
parent
2da3f7a4b6
commit
b7a45c5f54
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'es'
|
# Template file for 'es'
|
||||||
pkgname=es
|
pkgname=es
|
||||||
version=0.9beta1
|
version=0.9beta1
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="${pkgname}-${version/beta/-beta}"
|
wrksrc="${pkgname}-${version/beta/-beta}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline"
|
configure_args="--with-readline"
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
register_shell="/bin/es"
|
|
||||||
short_desc="Functional shell with rc-inspired syntax"
|
short_desc="Functional shell with rc-inspired syntax"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://hawkwind.cs.toronto.edu:8001/mlists/es.html"
|
homepage="http://hawkwind.cs.toronto.edu:8001/mlists/es.html"
|
||||||
distfiles="ftp://ftp.sys.utoronto.ca/pub/${pkgname}/${pkgname}-${version/beta/-beta}.tar.gz"
|
distfiles="ftp://ftp.sys.utoronto.ca/pub/${pkgname}/${pkgname}-${version/beta/-beta}.tar.gz"
|
||||||
checksum=4085cd7a958fe8753abc026ed1450bd8fac4c70b753a650c5c3618bbe80d082b
|
checksum=4085cd7a958fe8753abc026ed1450bd8fac4c70b753a650c5c3618bbe80d082b
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
register_shell="/bin/es"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/_STDLIB_H/d' parse.y
|
sed -i '/_STDLIB_H/d' parse.y
|
||||||
|
|
Loading…
Add table
Reference in a new issue