void-packages/srcpkgs/hub/template

18 lines
487 B
Text

# Template file for 'hub'
pkgname=hub
version=1.12.0
revision=1
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=fb45c3777fb1b16fd07bfd7a66fb986b3582713555128e8118782072682374d1
noarch=yes
do_install() {
rake DESTDIR=$DESTDIR prefix=/usr install
}