From 20568ea6a2f27206c1dfe66c8d6ca4cedf20f7c6 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 23 Jul 2018 07:00:46 +0000 Subject: main/ghi: modernize and take maintainership --- main/ghi/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main/ghi/APKBUILD b/main/ghi/APKBUILD index 2f031142cb..f486a31222 100644 --- a/main/ghi/APKBUILD +++ b/main/ghi/APKBUILD @@ -1,21 +1,18 @@ -# Maintainer: +# Maintainer: Roberto Oliveira pkgname=ghi pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="GitHub Issues on the command line" url="https://github.com/stephencelis/ghi" arch="noarch" license="MIT" depends="ruby ruby-json ncurses less" +options="!check" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/stephencelis/ghi/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -build() { - return 0 -} - package() { cd "$builddir" -- cgit v1.2.3