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