mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
cargo-crev: rebuild against OpenSSL
This commit is contained in:
parent
c952eb1e0b
commit
5962189f54
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'cargo-crev'
|
# Template file for 'cargo-crev'
|
||||||
pkgname=cargo-crev
|
pkgname=cargo-crev
|
||||||
version=0.18.0
|
version=0.18.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path ./cargo-crev"
|
make_install_args="--path ./cargo-crev"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Cryptographically verifiable code review system for cargo"
|
short_desc="Cryptographically verifiable code review system for cargo"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MPL-2.0, MIT, Apache-2.0"
|
license="MPL-2.0, MIT, Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue