# Maintainer: Miles Alan # Contributor: Miles Alan pkgname=oil pkgver=0.17.0 pkgrel=0 pkgdesc="Oil is a new POSIX & bash compatible shell" url="https://www.oilshell.org" arch="all" license="Apache-2.0" # !check as source has tests, but tagged releases don't # !strip as oil binary shows error message otherwise, see: https://github.com/oilshell/oil/issues/47 options="!strip !check" makedepends="readline-dev bash" subpackages="$pkgname-doc" source="https://www.oilshell.org/download/oil-$pkgver.tar.gz" build() { # not gnu autoconf ./configure \ --prefix /usr \ --datarootdir /usr/share make } package() { make install DESTDIR="$pkgdir" install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt } sha512sums=" ecde4a529fcfb421111007320a492e7b61b60bccb8fd5c4a05c82d3300f9b07551a58fddb4d65b3963ac0916aea1c95d43e1a4ec7ba53000b921d92a74cc9866 oil-0.17.0.tar.gz "