17 lines
444 B
Text
17 lines
444 B
Text
# Template file for 'hub'
|
|
pkgname=hub
|
|
version=1.12.1
|
|
revision=1
|
|
homepage="http://hub.github.com/"
|
|
distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
|
depends="ruby"
|
|
hostmakedepends="ruby"
|
|
short_desc="command line tool for Github"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
license="MIT"
|
|
checksum=dd763fbd94edf824f8af0e115212d0b2a6ab6565ed79b1ea742fa24d94dfad62
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
rake DESTDIR=$DESTDIR prefix=/usr install
|
|
}
|