18 lines
458 B
Bash
18 lines
458 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.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
|
|
}
|