void-packages/srcpkgs/gcsf/template
2021-04-25 17:29:14 +00:00

18 lines
503 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
post_install() {
vlicense LICENSE
}