mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
dd1230e271
commit
93737e2141
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user