18 lines
562 B
Bash
18 lines
562 B
Bash
# Template file for 'drive'
|
|
pkgname=drive
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/odeke-em/drive"
|
|
go_package="github.com/odeke-em/drive/cmd/drive github.com/odeke-em/drive/drive-server "
|
|
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"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=7a6445b54c6c13d0ddd8893ca02264211eeea68c7a0c7e9ccc6473f68af40a00
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|