diff --git a/srcpkgs/drive/template b/srcpkgs/drive/template new file mode 100644 index 00000000000..68adad05b6f --- /dev/null +++ b/srcpkgs/drive/template @@ -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 " +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 +}