void-packages/srcpkgs/drive/template

23 lines
644 B
Bash

# Template file for 'drive'
pkgname=drive
version=0.3.9
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=ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be
case "$XBPS_TARGET_MACHINE" in
i686*) broken="go i686 is broken for now";;
esac
post_install() {
vdoc README.md
}