not-bash: upgrade to 2.0.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
23c86508a5
commit
62a5d6d490
2 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=not-bash
|
pkgname=not-bash
|
||||||
pkgver=1.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="not bash"
|
pkgdesc="not bash"
|
||||||
url="https://git.ddd.rip/ptrcnull/aports"
|
url="https://git.ddd.rip/ptrcnull/aports"
|
||||||
|
@ -9,8 +9,11 @@ arch="noarch"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
provides="bash"
|
provides="bash"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
source="bash"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -dm755 "$pkgdir"/bin
|
install -Dm755 "$srcdir"/bash "$pkgdir"/bin/bash
|
||||||
ln -s /bin/sh "$pkgdir"/bin/bash
|
|
||||||
}
|
}
|
||||||
|
sha512sums="
|
||||||
|
c62124ed0ee5410e1473d3d262035ae9982a96b996f41dbe4943fbec45d2ee93b4b67d2a6fc2cc9b417ebea8b2f9af4530bfac2bc690da627a7dac3f418320e7 bash
|
||||||
|
"
|
||||||
|
|
3
not-bash/bash
Normal file
3
not-bash/bash
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec /bin/sh $@
|
Loading…
Reference in a new issue