mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 14:22:57 +02:00
gcsf: rebuild with libressl-2.8
This commit is contained in:
parent
d53b33b475
commit
4c8f6bc590
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gcsf'
|
||||
pkgname=gcsf
|
||||
version=0.1.18
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel libressl-devel"
|
||||
|
@ -12,6 +12,14 @@ homepage="https://github.com/harababurel/gcsf"
|
|||
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
|
||||
checksum=0753bf3de49af4f0983b65681f6755b6602875300a168dd0abc54884ecb7986d
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.39
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue