diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-23 07:00:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-25 12:59:14 +0000 |
commit | 20568ea6a2f27206c1dfe66c8d6ca4cedf20f7c6 (patch) | |
tree | 523fa783c799cd0456874877d664d27814f115e9 /main/ghi/APKBUILD | |
parent | 09c9ab25c94a3bae643ab4e2cd5bda5067d0df8c (diff) | |
download | aports-20568ea6a2f27206c1dfe66c8d6ca4cedf20f7c6.tar.bz2 aports-20568ea6a2f27206c1dfe66c8d6ca4cedf20f7c6.tar.xz |
main/ghi: modernize and take maintainership
Diffstat (limited to 'main/ghi/APKBUILD')
-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" |