2014-02-20 09:44:51 +01:00
|
|
|
# Template file for 'hub'
|
2014-02-20 09:43:35 +01:00
|
|
|
pkgname=hub
|
2014-03-02 10:12:06 +01:00
|
|
|
version=1.12.0
|
2014-03-30 21:40:45 +02:00
|
|
|
revision=2
|
2014-02-20 09:43:35 +01:00
|
|
|
homepage="http://hub.github.com/"
|
|
|
|
distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
|
|
|
depends="ruby"
|
|
|
|
hostmakedepends="ruby"
|
2014-03-30 21:40:45 +02:00
|
|
|
short_desc="command line tool for Github"
|
2014-02-20 09:43:35 +01:00
|
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
|
|
license="MIT"
|
2014-03-02 10:12:06 +01:00
|
|
|
checksum=fb45c3777fb1b16fd07bfd7a66fb986b3582713555128e8118782072682374d1
|
2014-02-20 09:44:51 +01:00
|
|
|
noarch=yes
|
2014-02-20 09:43:35 +01:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
rake DESTDIR=$DESTDIR prefix=/usr install
|
|
|
|
}
|