This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/not-bash/APKBUILD
ptrcnull 23c86508a5
All checks were successful
continuous-integration/drone/push Build is passing
not-bash: new aport
2022-03-02 12:27:50 +01:00

17 lines
345 B
Plaintext

# 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
}