18 lines
504 B
Bash
18 lines
504 B
Bash
# Template file for 'gcsf'
|
|
pkgname=gcsf
|
|
version=0.1.18
|
|
revision=1
|
|
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=0753bf3de49af4f0983b65681f6755b6602875300a168dd0abc54884ecb7986d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|