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.0.0
|
|
pkgrel=1
|
|
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="
|
|
457611531d8e5cd826744d44f9fe7d986dd00bd0707e4daf818967102f8b4464e645a4d002a3e5e7730c8e10c4994353ec6293fb7a27975a8edc9d8e24af0e27 apatch-1.0.0.tar.gz
|
|
"
|