void-packages/srcpkgs/gcsf/template
2020-07-03 19:36:38 +02:00

27 lines
731 B
Bash

# Template file for 'gcsf'
pkgname=gcsf
version=0.1.25
revision=3
build_style=cargo
hostmakedepends="pkg-config"
makedepends="fuse-devel libressl-devel"
short_desc="FUSE file system based on Google Drive"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/harababurel/gcsf"
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
checksum=10d2d612da4e6738d10744dd4e22acdf7a94cf492c71e079e6cf52112f761187
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.58
cargo update --package openssl --precise 0.10.22
}
post_install() {
vlicense LICENSE
}