17 lines
439 B
Bash
17 lines
439 B
Bash
# Template file for 'ghi'
|
|
pkgname=ghi
|
|
version=0.9.4
|
|
revision=1
|
|
noarch=yes
|
|
depends="ruby"
|
|
short_desc="GitHub command line interface"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/stephencelis/ghi"
|
|
distfiles="https://github.com/stephencelis/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=253eb84c28f4135d41e5276c5e0eb5a8723b77fe07f650204458b4776d9872cc
|
|
|
|
do_install() {
|
|
vbin ghi
|
|
vman man/ghi.1
|
|
}
|