21 lines
661 B
Text
21 lines
661 B
Text
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=apatch
|
|
pkgver=1.5.0
|
|
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="
|
|
6b41410f8c832c88571374d79dfd0483a450601bbab2d06e07b2bf3c6ec8f68ebb207bbc59e148ea7835bcb5bbc2d22436dc2d557bca66ceefa4af2026fec805 apatch-v1.5.0.tar.gz
|
|
"
|