ptrcports/apatch/APKBUILD

21 lines
661 B
Text

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=apatch
pkgver=1.4.1
pkgrel=0
pkgdesc="make aports patches easier"
url="https://git.ddd.rip/ptrcnull/apatch"
arch="noarch"
license="BSD-2-Clause"
depends="abuild wiggle"
source="https://git.ptrc.gay/ptrcnull/apatch/-/archive/v$pkgver/apatch-v$pkgver.tar.gz"
options="!check" # wow nice tests
builddir="$srcdir/$pkgname-v$pkgver"
package() {
install -Dm755 apatch -t "$pkgdir"/usr/bin
}
sha512sums="
14f622f5d595b05697cc69dc8beea4a3f027fb207ae1dc418f9cee7e71e4b50756f62a707a38875046e2e85a666a62bbdf0964e2c462aa0ebf032d98e7cf502c apatch-v1.4.1.tar.gz
"