This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/apatch/APKBUILD

22 lines
657 B
Plaintext

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=apatch
pkgver=1.3.2
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="
5515f1649daff92e1b5a835de5a8b7c377cf4582e988b971871aefceb9d5facbe2e3f4ca944640b2fcc2b317ebe4c3be3250af2e601e7f7c15263305299f4e33 apatch-1.3.2.tar.gz
"