gtest: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:39 +00:00
parent 0a46055b9c
commit 53108bcb2d
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,6 @@ maintainer="Enno Boland <eb@s01.de>"
license="MIT"
hostmakedepends="unzip cmake"
homepage="https://code.google.com/p/googletest"
update_pkgname="googletest"
update_pattern="gtest-\K[\d.]+"
distfiles="https://googletest.googlecode.com/files/${pkgname}-${version}.zip"
checksum=247ca18dd83f53deb1328be17e4b1be31514cedfc1e3424f672bf11fd7e0d60d
configure_args="-DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON"

2
srcpkgs/gtest/update Normal file
View File

@ -0,0 +1,2 @@
pkgname="googletest"
pattern="gtest-\K[\d.]+"