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

21 lines
496 B
Plaintext
Raw Normal View History

2022-03-02 11:24:00 +00:00
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=not-bash
2022-03-04 01:43:47 +00:00
pkgver=2.0.0
2022-03-02 11:24:00 +00:00
pkgrel=0
pkgdesc="not bash"
url="https://git.ddd.rip/ptrcnull/aports"
arch="noarch"
license="Unlicense"
provides="bash"
options="!check"
2022-03-04 01:43:47 +00:00
source="bash"
2022-03-02 11:24:00 +00:00
package() {
2022-03-04 01:43:47 +00:00
install -Dm755 "$srcdir"/bash "$pkgdir"/bin/bash
2022-03-02 11:24:00 +00:00
}
2022-04-25 23:54:23 +00:00
2022-03-04 01:43:47 +00:00
sha512sums="
c62124ed0ee5410e1473d3d262035ae9982a96b996f41dbe4943fbec45d2ee93b4b67d2a6fc2cc9b417ebea8b2f9af4530bfac2bc690da627a7dac3f418320e7 bash
"