ptrcports/apatch/APKBUILD

22 lines
661 B
Text
Raw Normal View History

2022-04-25 19:21:30 +00:00
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=apatch
2023-03-11 04:01:21 +00:00
pkgver=1.4.1
2022-04-30 15:13:59 +00:00
pkgrel=0
2022-04-25 19:21:30 +00:00
pkgdesc="make aports patches easier"
2022-04-29 06:19:10 +00:00
url="https://git.ddd.rip/ptrcnull/apatch"
2022-04-25 19:21:30 +00:00
arch="noarch"
license="BSD-2-Clause"
2022-07-25 05:33:40 +00:00
depends="abuild wiggle"
2022-12-19 22:43:32 +00:00
source="https://git.ptrc.gay/ptrcnull/apatch/-/archive/v$pkgver/apatch-v$pkgver.tar.gz"
2022-04-25 19:21:30 +00:00
options="!check" # wow nice tests
2022-12-19 22:43:32 +00:00
builddir="$srcdir/$pkgname-v$pkgver"
2022-04-25 19:21:30 +00:00
package() {
2022-04-25 23:54:23 +00:00
install -Dm755 apatch -t "$pkgdir"/usr/bin
2022-04-25 19:21:30 +00:00
}
sha512sums="
2023-03-11 04:01:21 +00:00
14f622f5d595b05697cc69dc8beea4a3f027fb207ae1dc418f9cee7e71e4b50756f62a707a38875046e2e85a666a62bbdf0964e2c462aa0ebf032d98e7cf502c apatch-v1.4.1.tar.gz
2022-04-25 19:21:30 +00:00
"