void-packages/srcpkgs/gcsf/template

18 lines
502 B
Bash

# Template file for 'gcsf'
pkgname=gcsf
version=0.2.3
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=d88d606999b9fba039972b1d1823e847852b8472126bb8b921e6c0988eeb5483
post_install() {
vlicense LICENSE
}