void-packages/srcpkgs/drive/template

19 lines
564 B
Bash
Raw Normal View History

# Template file for 'drive'
pkgname=drive
2017-01-31 01:06:00 +01:00
version=0.3.9.1
2017-10-26 10:35:57 +02:00
revision=6
build_style=go
hostmakedepends="git"
short_desc="Google Drive client for the commandline"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/odeke-em/drive"
go_import_path="github.com/odeke-em/drive"
go_package="github.com/odeke-em/drive/cmd/drive github.com/odeke-em/drive/drive-server "
distfiles="$homepage/archive/v$version.tar.gz"
2017-01-31 01:06:00 +01:00
checksum=562958e336d2f52a34443fc8fbf59d9d2a2467b2bf4592a1d78dc009ade661a7
post_install() {
vdoc README.md
}