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