void-packages/srcpkgs/ghi/template
2016-04-20 10:45:34 +02:00

19 lines
457 B
Bash

# Template file for 'ghi'
pkgname=ghi
version=1.2.0
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=0d88a3dc21a5d12e0bb3271985e961e068947a14412b18e7d1d498be06ba4cc6
do_install() {
vbin ghi
vman man/ghi.1
vlicense LICENSE
}