mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
community/cmake-extras: fix depends
This commit is contained in:
parent
4ea22eedcb
commit
7c8bde7b61
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue