This commit is contained in:
parent
0a6864751a
commit
23c86508a5
1 changed files with 16 additions and 0 deletions
16
not-bash/APKBUILD
Normal file
16
not-bash/APKBUILD
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=not-bash
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="not bash"
|
||||
url="https://git.ddd.rip/ptrcnull/aports"
|
||||
arch="noarch"
|
||||
license="Unlicense"
|
||||
provides="bash"
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
install -dm755 "$pkgdir"/bin
|
||||
ln -s /bin/sh "$pkgdir"/bin/bash
|
||||
}
|
Loading…
Reference in a new issue