18 lines
513 B
Bash
18 lines
513 B
Bash
# Template file for 'posh'
|
|
pkgname=posh
|
|
version=0.12.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
build_pie=yes
|
|
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=adf1b5670b9978c3b6d5ae64356be72d8c31db1750a7600ff981fec3ff920a0a
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|