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.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="
|
|
5b90007c61b47d9a515a325920b816eca12fb5166467c3ed1ddfe1064690e349ad90a8d3d1941ff690560a98db1dcd59a39b7caae12611674f1e2e4372dd61be apatch-v1.5.1.tar.gz
|
|
"
|