main/ninja: move gtest to checkdepends

This commit is contained in:
Jonathan Neuschäfer 2018-03-31 00:27:49 +02:00 committed by Jakub Jirutka
parent 5385a5ea88
commit dd1230e271

View File

@ -7,7 +7,8 @@ pkgdesc="Small build system with a focus on speed"
url="https://ninja-build.org/"
arch="all"
license="Apache-2.0"
makedepends="asciidoctor python3 re2c gtest"
checkdepends="gtest"
makedepends="asciidoctor python3 re2c"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/martine/ninja/archive/v$pkgver.tar.gz"
builddir="$srcdir"/${pkgname}-${pkgver}