From 6c713d367255d8abfbf3538656576c3a3da30d68 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 18 Feb 2018 14:18:52 +0100 Subject: [PATCH] New package: gyp-0.0.0.20180218 --- srcpkgs/gyp/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/gyp/template diff --git a/srcpkgs/gyp/template b/srcpkgs/gyp/template new file mode 100644 index 0000000000..f74006e527 --- /dev/null +++ b/srcpkgs/gyp/template @@ -0,0 +1,20 @@ +# Template file for 'gyp' +pkgname=gyp +version=0.0.0.20180218 +revision=1 +_commit=4d467626b0b9f59a85fb81ca4d7ea9eca99b9d8f +create_wrksrc=yes +build_style=python-module +hostmakedepends="python-setuptools git" +depends="python-setuptools" +short_desc="GYP (Generate Your Projects) meta-build system" +maintainer="John " +license="BSD" +homepage="https://gyp.gsrc.io" +distfiles="https://chromium.googlesource.com/external/gyp/+archive/${_commit}.tar.gz" +# The checksum changes every time it gets downloaded, thus specify the contents checksum +checksum=@26490d7015d997ba306f6b45cd430e40f6434a3e7215a5ab62c38b1f2a51bed1 + +post_install() { + vlicense LICENSE +}