mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/googlecl: Updated for version 0.9.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
5a9673ed28
commit
85ed635f3a
4 changed files with 18 additions and 15 deletions
|
@ -1,5 +1,7 @@
|
||||||
GoogleCL provides command-line access to some Google Services via the
|
GoogleCL provides command-line access to some Google
|
||||||
Google Data APIs (Google Data). Currently the following Google services
|
Services via the Google Data APIs (Google Data).
|
||||||
are supported: Blogger, Calendar, Contacts, Docs, Picasa, Youtube.
|
|
||||||
|
|
||||||
This requires gdata.
|
Currently the following Google services are supported:
|
||||||
|
Blogger, Calendar, Contacts, Docs, Picasa, Youtube.
|
||||||
|
|
||||||
|
This requires gdata, available at SlackBuilds.org
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Written by Jakob Nylin <jakob[dot]nylin[at]gmail[dot]com>
|
# Written by Jakob Nylin <jakob[dot]nylin[at]gmail[dot]com>
|
||||||
|
|
||||||
PRGNAM=googlecl
|
PRGNAM=googlecl
|
||||||
VERSION=${VERSION:-0.9.7}
|
VERSION=${VERSION:-0.9.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="googlecl"
|
PRGNAM="googlecl"
|
||||||
VERSION="0.9.7"
|
VERSION="0.9.8"
|
||||||
HOMEPAGE="http://code.google.com/p/googlecl/"
|
HOMEPAGE="http://code.google.com/p/googlecl/"
|
||||||
DOWNLOAD="http://googlecl.googlecode.com/files/googlecl-0.9.7.tar.gz"
|
DOWNLOAD="http://googlecl.googlecode.com/files/googlecl-0.9.8.tar.gz"
|
||||||
MD5SUM="936bdb036c340eb1f9d5b9b6b592e1b2"
|
MD5SUM="a0256d8cdb1b4147b579cb3c4cf1ac77"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Jakob Nylin"
|
MAINTAINER="Jakob Nylin"
|
||||||
EMAIL="jakob[dot]nylin[at]gmail[dot]com"
|
EMAIL="jakob[dot]nylin[at]gmail[dot]com"
|
||||||
APPROVED="rworkman"
|
APPROVED="dsomero"
|
||||||
|
|
|
@ -5,15 +5,16 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
googlecl: googlecl (Google services on the command-line)
|
googlecl: googlecl (GoogleCL brings Google services to the command-line)
|
||||||
googlecl:
|
googlecl:
|
||||||
googlecl: GoogleCL is a command-line utility that provides access to the
|
googlecl: GoogleCL is a command-line utility that provides access to the
|
||||||
googlecl: following Google Services: Blogger, Calendar, Contacts, Docs,
|
googlecl: following Google Services: Blogger, Calendar, Contacts, Docs,
|
||||||
googlecl: Picasa, Youtube
|
googlecl: Picasa, Youtube.
|
||||||
|
googlecl:
|
||||||
|
googlecl:
|
||||||
|
googlecl:
|
||||||
googlecl:
|
googlecl:
|
||||||
googlecl: Homepage: http://code.google.com/p/googlecl/
|
googlecl: Homepage: http://code.google.com/p/googlecl/
|
||||||
googlecl:
|
googlecl:
|
||||||
googlecl:
|
|
||||||
googlecl:
|
|
||||||
googlecl:
|
|
||||||
|
|
Loading…
Reference in a new issue