23 lines
652 B
Bash
23 lines
652 B
Bash
# Template file for 'es'
|
|
pkgname=es
|
|
version=0.9.2
|
|
revision=2
|
|
create_wrksrc=yes
|
|
build_style=gnu-configure
|
|
configure_args="--with-readline es_cv_abused_getenv=no"
|
|
hostmakedepends="bison"
|
|
makedepends="readline-devel"
|
|
short_desc="Functional shell with rc-inspired syntax"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/wryun/es-shell/"
|
|
distfiles="https://github.com/wryun/es-shell/releases/download/v${version}/es-${version}.tar.gz"
|
|
checksum=c926482b42084e903eb871ee1eb0cefc09dae6f1adeb8408dd9e933035c4f5dd
|
|
nocross=yes
|
|
disable_parallel_build=yes
|
|
register_shell="/bin/es"
|
|
|
|
post_install() {
|
|
vbin esdebug
|
|
}
|