21 lines
657 B
Text
21 lines
657 B
Text
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=apatch
|
|
pkgver=1.2.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="$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="
|
|
2cdc6f95ec1f5bafb3a14e668bb11a0632f4a96e08c89199afe0026962a98bedd64f229fdaeaced7632b8581b987bfb7d22dadb3b4ac1c070423a9f2ca6db678 apatch-1.2.0.tar.gz
|
|
"
|