# Template file for 'es'
pkgname=es
version=0.10.0
revision=1
build_style=gnu-configure
configure_args="--with-readline es_cv_abused_getenv=no"
hostmakedepends="bison"
makedepends="readline-devel"
make_check_target="test"
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=551ec0974822ec081e7b9f8ee79374c62766ca6dcdb1c685a98efdc3e6dbc4b9
nocross=yes
register_shell="/bin/es"

post_install() {
	vbin esdebug
}
