23 lines
613 B
Bash
23 lines
613 B
Bash
# Template file for 'gcsf'
|
|
pkgname=gcsf
|
|
version=0.1.28
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse-devel openssl-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=8bc7f94630eefda55ac8851a4071d7782385b711ea8f6313e2e64be05f686592
|
|
|
|
pre_build() {
|
|
# cannot divide `usize` by `u32`
|
|
cargo update --package lexical-core:0.6.7 --precise 0.6.8
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|