1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00

community/cmake-extras: fix depends

This commit is contained in:
psykose 2022-10-22 11:12:57 +00:00
parent 4ea22eedcb
commit 7c8bde7b61

View file

@ -2,12 +2,13 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz> # Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=cmake-extras pkgname=cmake-extras
pkgver=1.6 pkgver=1.6
pkgrel=1 pkgrel=2
pkgdesc="A collection of add-ons for the CMake build tool" pkgdesc="A collection of add-ons for the CMake build tool"
url="https://gitlab.com/ubports/core/cmake-extras" url="https://gitlab.com/ubports/core/cmake-extras"
arch="noarch" arch="noarch"
license="LGPL-3.0-only" license="LGPL-3.0-only"
depends="cmake samurai" depends="cmake"
makedepends="samurai"
options="!check" # No testsuite options="!check" # No testsuite
source="https://gitlab.com/ubports/core/cmake-extras/-/archive/$pkgver/cmake-extras-$pkgver.tar.gz source="https://gitlab.com/ubports/core/cmake-extras/-/archive/$pkgver/cmake-extras-$pkgver.tar.gz
0001-GMock-Extract-version-detection-code-into-function.patch 0001-GMock-Extract-version-detection-code-into-function.patch