21 lines
644 B
Bash
21 lines
644 B
Bash
# Template file for 'dash'
|
|
pkgname=dash
|
|
version=0.5.11.2
|
|
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=00fb7d68b7599cc41ab151051c06c01e9500540183d8aa72116cb9c742bd6d5f
|
|
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
|
|
}
|