diff options
Diffstat (limited to 'main/ghi')
-rw-r--r-- | main/ghi/APKBUILD | 9 |
1 files 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 <robertoguimaraes8@gmail.com> 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" |