~dricottone/huttese-apk

54221f0a90398ab63dd5aff98b494781582ba778 — Drew DeVault 3 years ago 1a5bc50
git-send-email.io: bump pkgrel
1 files changed, 1 insertions(+), 3 deletions(-)

M sr.ht/git-send-email.io/APKBUILD
M sr.ht/git-send-email.io/APKBUILD => sr.ht/git-send-email.io/APKBUILD +1 -3
@@ 1,7 1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=git-send-email.io
pkgver=0.1.9
pkgrel=0
pkgrel=1
pkgdesc="Interactive tutorial for git send-email"
url="https://git.sr.ht/~sircmpwn/git-send-email.io"
arch="noarch"


@@ 23,12 23,10 @@ options="$options !check"
install="$pkgname.post-install"

build() {
	cd "$builddir"
	python3 setup.py build
}

package() {
	cd "$builddir"
	python3 setup.py install --root="$pkgdir" --optimize=1
	mkdir -p "$pkgdir"/etc/init.d
	install -Dm755 "$srcdir"/git-send-email.io.init "$pkgdir"/etc/init.d/git-send-email.io