New package: gist-4.2.1
This commit is contained in:
parent
9396a364b5
commit
1465bda480
1 changed files with 21 additions and 0 deletions
21
srcpkgs/gist/template
Normal file
21
srcpkgs/gist/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue