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