17 lines
485 B
Bash
17 lines
485 B
Bash
# Template file for 'posh'
|
|
pkgname=posh
|
|
version=0.13.2
|
|
revision=1
|
|
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=e40af79f454b5447cf49ab59fe48274856763430c4515b9bc55b9e7787fac51c
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|