mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
commit
cedda82d6e
1 changed files with 18 additions and 0 deletions
18
srcpkgs/hub/template
Normal file
18
srcpkgs/hub/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'hub'
|
||||||
|
pkgname=hub
|
||||||
|
version=1.11.2
|
||||||
|
revision=3
|
||||||
|
homepage="http://hub.github.com/"
|
||||||
|
distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
||||||
|
depends="ruby"
|
||||||
|
hostmakedepends="ruby"
|
||||||
|
short_desc=" hub is a command-line wrapper for git that makes you better at GitHub."
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
license="MIT"
|
||||||
|
checksum=06216ac13e788059eeb6555d4ad4bec039258db74422a9f93d028fac991e1423
|
||||||
|
noarch=yes
|
||||||
|
create_srcdir=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
rake DESTDIR=$DESTDIR prefix=/usr install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue