diff options
| author | Yigit Sever | 2022-01-03 11:28:03 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-01-03 11:29:02 +0300 |
| commit | 66ce802c1a19891803fcaccbcdb8cdee70b65ea1 (patch) | |
| tree | a85ad3ed9c5e6bd2f01e4f54b93dde315248aaf1 /osh/PKGBUILD | |
| parent | a8acc8a4603b6617764fcc5d3fac5f53d38dd8a5 (diff) | |
| download | packages-66ce802c1a19891803fcaccbcdb8cdee70b65ea1.tar.gz packages-66ce802c1a19891803fcaccbcdb8cdee70b65ea1.tar.bz2 packages-66ce802c1a19891803fcaccbcdb8cdee70b65ea1.zip | |
osh: moved to community
Diffstat (limited to 'osh/PKGBUILD')
| -rw-r--r-- | osh/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/osh/PKGBUILD b/osh/PKGBUILD deleted file mode 100644 index 83b3c8a..0000000 --- a/osh/PKGBUILD +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | ||
| 2 | # Contributor: Qontinuum <qontinuum@artixlinux.org> | ||
| 3 | # Contributor: timetoplatypus <timetoplatypus@protonmail.com> | ||
| 4 | # Contributor: andychu <andy@oilshell.org> | ||
| 5 | |||
| 6 | pkgname=osh | ||
| 7 | pkgver=0.9.6 | ||
| 8 | pkgrel=1 | ||
| 9 | pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" | ||
| 10 | arch=('any') | ||
| 11 | url="https://www.oilshell.org/" | ||
| 12 | license=("Apache") | ||
| 13 | options=(!strip) | ||
| 14 | optdepends=("readline: interactive features") | ||
| 15 | source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") | ||
| 16 | sha256sums=('e1c7d1cac276d36cb5f7de9307fee3be558ee4adaf349ef422322400d5c8a5c4') | ||
| 17 | |||
| 18 | prepare() { | ||
| 19 | mkdir -p tmp | ||
| 20 | sed 's/TMP=${TMPDIR:-\/tmp}/TMP=..\/tmp/' -i "oil-$pkgver/configure" | ||
| 21 | } | ||
| 22 | |||
| 23 | build() { | ||
| 24 | cd "oil-$pkgver" | ||
| 25 | ./configure --prefix="/usr" | ||
| 26 | make $MAKEFLAGS | ||
| 27 | } | ||
| 28 | |||
| 29 | package() { | ||
| 30 | cd "oil-$pkgver" | ||
| 31 | DESTDIR="$pkgdir/" ./install | ||
| 32 | } | ||
