main/ghi: add missing dependencies

This adds ruby-json so ghi doesn't crash and less because it isn't compatible with the less applet from busybox
This commit is contained in:
Martijn Braam 2018-02-14 00:35:49 +01:00 committed by Jakub Jirutka
parent dd1230e271
commit 93737e2141

View File

@ -1,12 +1,12 @@
# Maintainer:
pkgname=ghi
pkgver=1.2.0
pkgrel=1
pkgrel=2
pkgdesc="GitHub Issues on the command line"
url="https://github.com/stephencelis/ghi"
arch="noarch"
license="MIT"
depends="ruby ncurses"
depends="ruby ruby-json ncurses less"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/stephencelis/ghi/archive/$pkgver.tar.gz"