init
This commit is contained in:
commit
2dfa891c35
23
PKGBUILD
Normal file
23
PKGBUILD
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Maintainer: rzabcik <ryanzabcik@gmail.com>
|
||||||
|
|
||||||
|
pkgname="posh"
|
||||||
|
pkgver=0.12.3
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="A strictly POSIX.2 compliant shell, with minimal extensions. Based on ksh."
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
url="https://packages.debian.org/unstable/posh"
|
||||||
|
license=("GPLv2")
|
||||||
|
source=("http://ftp.de.debian.org/debian/pool/main/p/posh/posh_${pkgver}.tar.xz")
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
make DESTDIR="$pkgdir/" install
|
||||||
|
}
|
||||||
|
|
||||||
|
md5sums=('3fe4595364fecc08ac2c9689bc52ae6a')
|
Loading…
Reference in New Issue
Block a user