void-packages/srcpkgs/gcsf/template

26 lines
681 B
Bash
Raw Normal View History

2018-08-30 10:12:28 +02:00
# Template file for 'gcsf'
pkgname=gcsf
2018-12-25 10:30:01 +01:00
version=0.1.19
revision=1
2018-10-02 01:19:18 +02:00
build_style=cargo
hostmakedepends="pkg-config"
2018-08-30 10:12:28 +02:00
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"
2018-12-25 10:30:01 +01:00
checksum=fed68be2cf2bfcede279ad61011d3bce5790bd038641e2dfc56afd143dc0b94c
2018-08-30 10:12:28 +02:00
2018-10-19 14:37:10 +02:00
case "$XBPS_TARGET_MACHINE" in
2018-12-25 10:30:01 +01:00
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
2018-10-19 14:37:10 +02:00
esac
pre_build() {
cargo update --package openssl-sys --precise 0.9.39
}
2018-10-02 01:19:18 +02:00
post_install() {
2018-08-30 10:12:28 +02:00
vlicense LICENSE
}