vp-build/srcpkgs/dash/template

25 lines
705 B
Bash

# Template file for 'dash'
pkgname=dash
version=0.5.11.5
revision=2
build_style=gnu-configure
configure_args="$(vopt_enable static)"
hostmakedepends="bison"
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://gondor.apana.org.au/~herbert/dash/"
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
checksum=db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd
register_shell="/usr/bin/sh /usr/bin/dash /bin/sh /bin/dash"
alternatives="
sh:sh:/usr/bin/dash
sh:sh.1:/usr/share/man/man1/dash.1"
build_options="static"
post_install() {
vlicense COPYING
}