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