1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

community/betula: add mercurial checkdepends

Checks fail with:

> exec: "hg": executable file not found in $PATH
This commit is contained in:
Kevin Daudt 2025-07-09 15:59:43 +00:00
parent dcba92f202
commit 9d965a44a7

View file

@ -8,7 +8,7 @@ arch="all"
license="AGPL-3.0-only"
options="net" # go modules
makedepends="go sqlite-dev"
checkdepends="curl"
checkdepends="curl mercurial"
subpackages="$pkgname-openrc"
install="$pkgname.pre-install"
builddir="$srcdir/$pkgname-v$pkgver"