diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template new file mode 100644 index 00000000000..97a0b58b40c --- /dev/null +++ b/srcpkgs/hub/template @@ -0,0 +1,16 @@ +# Template file for 'dwm' +pkgname=hub +version=1.11.2 +revision=3 +homepage="http://hub.github.com/" +distfiles="https://github.com/github/hub/archive/v${version}.tar.gz" +depends="ruby" +hostmakedepends="ruby" +short_desc=" hub is a command-line wrapper for git that makes you better at GitHub." +maintainer="Enno Boland " +license="MIT" +checksum=06216ac13e788059eeb6555d4ad4bec039258db74422a9f93d028fac991e1423 + +do_install() { + rake DESTDIR=$DESTDIR prefix=/usr install +}