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
661 B
Plaintext

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=apatch
pkgver=1.4.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="https://git.ptrc.gay/ptrcnull/apatch/-/archive/v$pkgver/apatch-v$pkgver.tar.gz"
options="!check" # wow nice tests
builddir="$srcdir/$pkgname-v$pkgver"
package() {
install -Dm755 apatch -t "$pkgdir"/usr/bin
}
sha512sums="
70425c1422880fdf45adb4a5a8b7f37b60bcbced9fc2e96c4962d3e94e4f4e5b9ebf8c1aa0f1328822de114b4b66f67ecfba5cdeb6f022995ed0a38204a233b1 apatch-v1.4.0.tar.gz
"