aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-23 07:00:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-25 12:59:14 +0000
commit20568ea6a2f27206c1dfe66c8d6ca4cedf20f7c6 (patch)
tree523fa783c799cd0456874877d664d27814f115e9
parent09c9ab25c94a3bae643ab4e2cd5bda5067d0df8c (diff)
main/ghi: modernize and take maintainership
-rw-r--r--main/ghi/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/ghi/APKBUILD b/main/ghi/APKBUILD
index 2f031142cb5..f486a31222c 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"