New package: posh-0.12.5

This commit is contained in:
Christian Neukirchen 2015-08-26 14:24:04 +02:00
parent 0c6959fd33
commit dda9b292eb

18
srcpkgs/posh/template Normal file
View File

@ -0,0 +1,18 @@
# 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
}