void-packages/srcpkgs/drive/template
Gerardo Di Iorio fcf8f93837 New package: drive-0.3.8.1
Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
2016-10-11 06:00:52 +02:00

19 lines
564 B
Bash

# Template file for 'drive'
pkgname=drive
version=0.3.8.1
revision=1
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"
checksum=dd978190385e306324be232519d8bec00154f4f331cf8a7580850e7634c964cf
post_install() {
vdoc README.md
}