18 lines
503 B
Bash
18 lines
503 B
Bash
# Template file for 'posh'
|
|
pkgname=posh
|
|
version=0.13.1
|
|
revision=1
|
|
wrksrc="$pkgname"
|
|
build_style=gnu-configure
|
|
register_shell="/bin/posh"
|
|
hostmakedepends="automake"
|
|
short_desc="Policy-compliant Ordinary SHell"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2"
|
|
homepage="https://packages.debian.org/sid/posh"
|
|
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.tar.xz"
|
|
checksum=98c66554a2b439c5968e5bdc2cc10d4b3bd664a8bd78ed5de432828280d2c419
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|