mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/ninja: move gtest to checkdepends
This commit is contained in:
parent
5385a5ea88
commit
dd1230e271
@ -7,7 +7,8 @@ pkgdesc="Small build system with a focus on speed"
|
|||||||
url="https://ninja-build.org/"
|
url="https://ninja-build.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
makedepends="asciidoctor python3 re2c gtest"
|
checkdepends="gtest"
|
||||||
|
makedepends="asciidoctor python3 re2c"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/martine/ninja/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/martine/ninja/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/${pkgname}-${pkgver}
|
builddir="$srcdir"/${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user