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
Raw Permalink Normal View History

2022-04-25 19:21:30 +00:00
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=apatch
2022-12-19 22:43:32 +00:00
pkgver=1.4.0
2022-04-30 15:13:59 +00:00
pkgrel=0
2022-04-25 19:21:30 +00:00
pkgdesc="make aports patches easier"
2022-04-29 06:19:10 +00:00
url="https://git.ddd.rip/ptrcnull/apatch"
2022-04-25 19:21:30 +00:00
arch="noarch"
license="BSD-2-Clause"
2022-07-25 05:33:40 +00:00
depends="abuild wiggle"
2022-12-19 22:43:32 +00:00
source="https://git.ptrc.gay/ptrcnull/apatch/-/archive/v$pkgver/apatch-v$pkgver.tar.gz"
2022-04-25 19:21:30 +00:00
options="!check" # wow nice tests
2022-12-19 22:43:32 +00:00
builddir="$srcdir/$pkgname-v$pkgver"
2022-04-25 19:21:30 +00:00
package() {
2022-04-25 23:54:23 +00:00
install -Dm755 apatch -t "$pkgdir"/usr/bin
2022-04-25 19:21:30 +00:00
}
sha512sums="
2022-12-19 22:43:32 +00:00
70425c1422880fdf45adb4a5a8b7f37b60bcbced9fc2e96c4962d3e94e4f4e5b9ebf8c1aa0f1328822de114b4b66f67ecfba5cdeb6f022995ed0a38204a233b1 apatch-v1.4.0.tar.gz
2022-04-25 19:21:30 +00:00
"