This commit is contained in:
parent
ba4aae1b46
commit
6105013f96
1 changed files with 21 additions and 0 deletions
21
apatch/APKBUILD
Normal file
21
apatch/APKBUILD
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
pkgname=apatch
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="make aports patches easier"
|
||||||
|
url="https://git.ddd.rip/ptrcnull/aports"
|
||||||
|
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
|
||||||
|
"
|
Loading…
Reference in a new issue