mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
ghi: update to 0.9.3.
This commit is contained in:
parent
c9128959ab
commit
f5dd38047a
1 changed files with 16 additions and 0 deletions
16
srcpkgs/ghi/template
Normal file
16
srcpkgs/ghi/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'ghi'
|
||||||
|
pkgname=ghi
|
||||||
|
version=0.9.3
|
||||||
|
revision=1
|
||||||
|
depends="ruby"
|
||||||
|
short_desc="GitHub command line interface"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/stephencelis/ghi"
|
||||||
|
distfiles="https://github.com/stephencelis/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=1b58c7ec6e9339c44175808719694d7ee21cbd254d3a2e6d31a70d31027e9bea
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin ghi
|
||||||
|
vman man/ghi.1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue