void-packages/srcpkgs/gcsf/template
2019-01-13 17:00:25 -02:00

25 lines
681 B
Bash

# Template file for 'gcsf'
pkgname=gcsf
version=0.1.21
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 <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/harababurel/gcsf"
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
checksum=fe2b5c1e0777f489ab793a3b772f1b6f8105ae7a104bf29ba3f5986a5b7f2dc5
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.40
}
post_install() {
vlicense LICENSE
}