mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/tauri-cli: fix build
This commit is contained in:
parent
2d730f315e
commit
f9e6f28b7f
@ -7,7 +7,7 @@ url="https://github.com/tauri-apps/tauri"
|
||||
# tauri doesn't support the others anyway
|
||||
arch="aarch64 armv7 x86 x86_64"
|
||||
license="Apache-2.0 OR MIT"
|
||||
makedepends="cargo"
|
||||
makedepends="cargo openssl-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/tauri-apps/tauri/releases/download/cli.rs-v$pkgver/cli.rs-$pkgver.crate"
|
||||
options="net !check" # no tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user