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/.SRCINFO | 13 ------------- osh/PKGBUILD | 32 -------------------------------- 2 files changed, 45 deletions(-) delete mode 100644 osh/.SRCINFO delete mode 100644 osh/PKGBUILD (limited to 'osh') diff --git a/osh/.SRCINFO b/osh/.SRCINFO deleted file mode 100644 index 24ce452..0000000 --- a/osh/.SRCINFO +++ /dev/null @@ -1,13 +0,0 @@ -pkgbase = osh - pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python - pkgver = 0.9.6 - pkgrel = 1 - url = https://www.oilshell.org/ - arch = any - license = Apache - optdepends = readline: interactive features - options = !strip - source = https://www.oilshell.org/download/oil-0.9.6.tar.xz - sha256sums = e1c7d1cac276d36cb5f7de9307fee3be558ee4adaf349ef422322400d5c8a5c4 - -pkgname = osh 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