void-packages/srcpkgs/ghi/template
2019-03-01 12:04:45 -03:00

18 lines
460 B
Bash

# Template file for 'ghi'
pkgname=ghi
version=1.2.0
revision=1
archs=noarch
depends="ruby"
short_desc="GitHub command line interface"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/stephencelis/ghi"
distfiles="https://github.com/stephencelis/${pkgname}/archive/${version}.tar.gz"
checksum=ffc17cfbdc8b88bf208f5f762e62c211bf8fc837f447354ad53cce39b1400671
do_install() {
vbin ghi
vman man/ghi.1
vlicense LICENSE
}