void-packages/srcpkgs/hub/template

19 lines
505 B
Text
Raw Normal View History

2014-02-20 08:44:51 +00:00
# Template file for 'hub'
2014-02-20 08:43:35 +00:00
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 <eb@s01.de>"
license="MIT"
checksum=06216ac13e788059eeb6555d4ad4bec039258db74422a9f93d028fac991e1423
2014-02-20 08:44:51 +00:00
noarch=yes
2014-02-20 09:41:21 +00:00
create_srcdir=yes
2014-02-20 08:43:35 +00:00
do_install() {
rake DESTDIR=$DESTDIR prefix=/usr install
}