# Template file for 'gcsf' pkgname=gcsf version=0.1.19 revision=1 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 " license="MIT" homepage="https://github.com/harababurel/gcsf" distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz" checksum=fed68be2cf2bfcede279ad61011d3bce5790bd038641e2dfc56afd143dc0b94c 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 }