21 lines
481 B
Text
21 lines
481 B
Text
# Template file for 'hub'
|
|
pkgname=gist
|
|
version=4.2.1
|
|
revision=1
|
|
homepage="http://defunkt.io/gist/"
|
|
distfiles="https://github.com/defunkt/$pkgname/archive/v${version}.tar.gz"
|
|
depends="ruby"
|
|
hostmakedepends="ruby"
|
|
short_desc="uploads content to gist.github.com"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
license="MIT"
|
|
checksum=36fd18c9dcee0117a9c9b277cfffd798a36a3b26e033976e550eb1e694afe758
|
|
noarch=yes
|
|
|
|
do_build() {
|
|
rake standalone
|
|
}
|
|
|
|
do_install() {
|
|
rake PREFIX=$DESTDIR/usr install
|
|
}
|