mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add gdrive 2.1.0, google Drive CLI Client.
PR: 215456 Submitted by: Dmitri Goutnik <dg@syrec.org>
This commit is contained in:
parent
c87ffc1aa2
commit
dbfc5d0e63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429101
4 changed files with 39 additions and 0 deletions
|
@ -153,6 +153,7 @@
|
|||
SUBDIR += fspd
|
||||
SUBDIR += fsplib
|
||||
SUBDIR += g2ipmsg
|
||||
SUBDIR += gdrive
|
||||
SUBDIR += geoclue
|
||||
SUBDIR += geocode-glib
|
||||
SUBDIR += geoipupdate
|
||||
|
|
27
net/gdrive/Makefile
Normal file
27
net/gdrive/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Created by: Dmitri Goutnik <dg@syrec.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdrive
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= dg@syrec.org
|
||||
COMMENT= Google Drive CLI Client
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= go
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= prasmussen
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PLIST_FILES= bin/gdrive
|
||||
PORTDOCS= README.md
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/gdrive/distinfo
Normal file
3
net/gdrive/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1482262863
|
||||
SHA256 (prasmussen-gdrive-2.1.0_GH0.tar.gz) = a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e
|
||||
SIZE (prasmussen-gdrive-2.1.0_GH0.tar.gz) = 151273
|
8
net/gdrive/pkg-descr
Normal file
8
net/gdrive/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Command line utility for interacting with Google Drive, featuring:
|
||||
|
||||
- Individual file or directory upload/download
|
||||
- Directory synchronization (similar to rsync)
|
||||
- Google Documents support
|
||||
- Statically linked, dependency free binary
|
||||
|
||||
WWW: https://github.com/prasmussen/gdrive
|
Loading…
Add table
Reference in a new issue