void-packages/srcpkgs/dash/template
2020-07-27 19:40:15 +02:00

21 lines
644 B
Bash

# Template file for 'dash'
pkgname=dash
version=0.5.11.1
revision=1
build_style=gnu-configure
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=73c881f146e329ac54962766760fd62cb8bdff376cd6c2f5772eecc1570e1611
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"
post_install() {
vlicense COPYING
}