18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'gcsf'
|
|
pkgname=gcsf
|
|
version=0.2.4
|
|
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=702b2eb64effa36270d28778f64fc254754366c860ac7d55bc81b9ab46157cd4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|