18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
# Template file for 'hub'
|
|
pkgname=hub
|
|
version=1.12.3
|
|
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=9f5ae3e75582db4367c547f53ac766c05f5a6d674c55a2d83fabe63d6090dff1
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
rake DESTDIR=$DESTDIR prefix=/usr install
|
|
}
|