mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
GYP, use CHECKSUM_SHA256
This commit is contained in:
@@ -3,15 +3,15 @@ DESCRIPTION="GYP is created by Google to generate native IDE project files \
|
||||
(such as Visual Studio and Xcode) for building the Chromium web browser and is \
|
||||
licensed as open source software using the BSD software license.
|
||||
"
|
||||
HOMEPAGE="https://code.google.com/p/gyp/"
|
||||
SOURCE_URI="svn+http://gyp.googlecode.com/svn/trunk#1948"
|
||||
LICENSE="BSD (2-clause)"
|
||||
HOMEPAGE="https://chromium.googlesource.com/external/gyp/"
|
||||
COPYRIGHT="2012 Google Inc."
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SOURCE_URI="https://chromium.googlesource.com/external/gyp/+archive/2b086540aeedaf4d233766fd14fb674af1bc321d.tar.gz"
|
||||
CHECKSUM_SHA256="8eef449971dd922155cf108da5d138130e003b1a2448223d1246f4096429c4e6"
|
||||
SOURCE_DIR=""
|
||||
|
||||
SOURCE_DIR="gyp-$portVersion"
|
||||
PATCHES="gyp-r1948.patch"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
gyp = $portVersion
|
||||
Reference in New Issue
Block a user