mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: gyp-svn-r1938
This commit is contained in:
parent
2489646eeb
commit
3370823af8
1 changed files with 18 additions and 0 deletions
18
srcpkgs/gyp-svn/template
Normal file
18
srcpkgs/gyp-svn/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'gyp'
|
||||||
|
pkgname=gyp-svn
|
||||||
|
_svnrev=1938
|
||||||
|
version=r$_svnrev
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
build_style="python-module"
|
||||||
|
python_versions="2.7"
|
||||||
|
hostmakedepends="python subversion python-setuptools"
|
||||||
|
short_desc="can generate your projects"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
homepage="https://code.google.com/p/gyp/"
|
||||||
|
license="BSD"
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
svn co http://gyp.googlecode.com/svn/trunk $pkgname-$version
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue