aboutsummaryrefslogtreecommitdiffstats
path: root/main/ghi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/ghi/APKBUILD')
-rw-r--r--main/ghi/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/main/ghi/APKBUILD b/main/ghi/APKBUILD
deleted file mode 100644
index 76c1aa78c64..00000000000
--- a/main/ghi/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Eivind Uggedal <eu@eju.no>
-# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
-pkgname=ghi
-pkgver=1.2.0
-pkgrel=5
-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"
-
-package() {
- cd "$builddir"
-
- install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
- install -D -m644 man/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums="345f3325007cef9087cb9c0215a2412c09aec542bec8003f2d67c3870fce36078a6ba2c8b73377cac419f82cbf8aed6ddab57ac96622aa2917734ae738014b89 ghi-1.2.0.tar.gz"