26 lines
731 B
Bash
26 lines
731 B
Bash
# Template file for 'gcsf'
|
|
pkgname=gcsf
|
|
version=0.1.25
|
|
revision=2
|
|
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.53
|
|
cargo update --package openssl --precise 0.10.22
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|