From 66ce802c1a19891803fcaccbcdb8cdee70b65ea1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 3 Jan 2022 11:28:03 +0300 Subject: osh: moved to community --- osh/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 osh/PKGBUILD (limited to 'osh/PKGBUILD') diff --git a/osh/PKGBUILD b/osh/PKGBUILD deleted file mode 100644 index 83b3c8a..0000000 --- a/osh/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer: Yigit Sever -# Contributor: Qontinuum -# Contributor: timetoplatypus -# Contributor: andychu - -pkgname=osh -pkgver=0.9.6 -pkgrel=1 -pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" -arch=('any') -url="https://www.oilshell.org/" -license=("Apache") -options=(!strip) -optdepends=("readline: interactive features") -source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") -sha256sums=('e1c7d1cac276d36cb5f7de9307fee3be558ee4adaf349ef422322400d5c8a5c4') - -prepare() { - mkdir -p tmp - sed 's/TMP=${TMPDIR:-\/tmp}/TMP=..\/tmp/' -i "oil-$pkgver/configure" -} - -build() { - cd "oil-$pkgver" - ./configure --prefix="/usr" - make $MAKEFLAGS -} - -package() { - cd "oil-$pkgver" - DESTDIR="$pkgdir/" ./install -} -- cgit v1.2.3-70-g09d2