void-packages/srcpkgs/gcsf/template

18 lines
504 B
Bash
Raw Normal View History

2018-08-30 08:12:28 +00:00
# Template file for 'gcsf'
pkgname=gcsf
2018-10-10 04:52:00 +00:00
version=0.1.18
2018-08-30 08:12:28 +00:00
revision=1
2018-10-01 23:19:18 +00:00
build_style=cargo
hostmakedepends="pkg-config"
2018-08-30 08:12:28 +00:00
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"
2018-10-10 04:52:00 +00:00
checksum=0753bf3de49af4f0983b65681f6755b6602875300a168dd0abc54884ecb7986d
2018-08-30 08:12:28 +00:00
2018-10-01 23:19:18 +00:00
post_install() {
2018-08-30 08:12:28 +00:00
vlicense LICENSE
}