not-bash: upgrade to 2.0.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ptrcnull 2022-03-04 02:43:47 +01:00
parent 23c86508a5
commit 62a5d6d490
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA
2 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=not-bash
pkgver=1.0.0
pkgver=2.0.0
pkgrel=0
pkgdesc="not bash"
url="https://git.ddd.rip/ptrcnull/aports"
@ -9,8 +9,11 @@ arch="noarch"
license="Unlicense"
provides="bash"
options="!check"
source="bash"
package() {
install -dm755 "$pkgdir"/bin
ln -s /bin/sh "$pkgdir"/bin/bash
install -Dm755 "$srcdir"/bash "$pkgdir"/bin/bash
}
sha512sums="
c62124ed0ee5410e1473d3d262035ae9982a96b996f41dbe4943fbec45d2ee93b4b67d2a6fc2cc9b417ebea8b2f9af4530bfac2bc690da627a7dac3f418320e7 bash
"

3
not-bash/bash Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
exec /bin/sh $@