aports/testing/topgit/APKBUILD
Joseph Benden 12229e03d3 testing/topgit: new aport
https://github.com/mackyle/topgit
A different patch queue manager

Signed-off-by: Joseph Benden <joe@benden.us>
2019-07-21 01:11:34 -03:00

28 lines
822 B
Plaintext

# Contributor: Joseph Benden <joe@benden.us>
# Maintainer: Joseph Benden <joe@benden.us>
pkgname=topgit
pkgver=0.19.12
pkgrel=0
pkgdesc="A different patch queue manager"
arch="noarch"
url="https://github.com/mackyle/topgit"
license="GPL-2.0-or-later"
options="!check"
depends="git gawk sed"
makedepends="perl"
subpackages="$pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgname}-${pkgver}.tar.gz"
builddir="$srcdir/${pkgname}-${pkgname}-$pkgver"
build() {
make prefix=/usr sharedir=/usr/share/doc/$pkgname
}
package() {
make DESTDIR="$pkgdir" prefix=/usr sharedir=/usr/share/doc/$pkgname install
# TODO: install bash completions
}
sha512sums="cb9245fbec7a4a15822a5b70d7052be200aa8b574b528dd929121597eb7dcec97532b0fd4d6a4d6bb63676194ed0ab2129e106fb88f63561187620ec431f9efb topgit-0.19.12.tar.gz"