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.3.4
|
|
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="
|
|
f568bbb6f926cc72d0b8238e1ea833bdbd021171c8750849cb9edb417d0a4e9ab4e0de6dbf8179beaa54dfe625ec92edd7c4b3ccbbf95ae2de8a17f6eadcbc93 apatch-1.3.4.tar.gz
|
|
"
|