From f5dd38047a06480eaeb2c2dc45510ae9032eeeae Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 29 Sep 2014 18:55:26 +0200 Subject: [PATCH] ghi: update to 0.9.3. --- srcpkgs/ghi/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ghi/template diff --git a/srcpkgs/ghi/template b/srcpkgs/ghi/template new file mode 100644 index 00000000000..3ca12772bc6 --- /dev/null +++ b/srcpkgs/ghi/template @@ -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 " +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 +}