New package: drive-0.3.8.1

Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
Gerardo Di Iorio 2016-10-11 06:00:52 +02:00
parent ffecfe35eb
commit fcf8f93837

18
srcpkgs/drive/template Normal file
View File

@ -0,0 +1,18 @@
# 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
}