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
|
||||
Google Data APIs (Google Data). Currently the following Google services
|
||||
are supported: Blogger, Calendar, Contacts, Docs, Picasa, Youtube.
|
||||
GoogleCL provides command-line access to some Google
|
||||
Services via the Google Data APIs (Google Data).
|
||||
|
||||
Currently the following Google services are supported:
|
||||
Blogger, Calendar, Contacts, Docs, Picasa, Youtube.
|
||||
|
||||
This requires gdata.
|
||||
This requires gdata, available at SlackBuilds.org
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Jakob Nylin <jakob[dot]nylin[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=googlecl
|
||||
VERSION=${VERSION:-0.9.7}
|
||||
VERSION=${VERSION:-0.9.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="googlecl"
|
||||
VERSION="0.9.7"
|
||||
VERSION="0.9.8"
|
||||
HOMEPAGE="http://code.google.com/p/googlecl/"
|
||||
DOWNLOAD="http://googlecl.googlecode.com/files/googlecl-0.9.7.tar.gz"
|
||||
MD5SUM="936bdb036c340eb1f9d5b9b6b592e1b2"
|
||||
DOWNLOAD="http://googlecl.googlecode.com/files/googlecl-0.9.8.tar.gz"
|
||||
MD5SUM="a0256d8cdb1b4147b579cb3c4cf1ac77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Jakob Nylin"
|
||||
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
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
googlecl: googlecl (Google services on the command-line)
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
googlecl: googlecl (GoogleCL brings Google services to the command-line)
|
||||
googlecl:
|
||||
googlecl: GoogleCL is a command-line utility that provides access to the
|
||||
googlecl: following Google Services: Blogger, Calendar, Contacts, Docs,
|
||||
googlecl: Picasa, Youtube
|
||||
googlecl: Picasa, Youtube.
|
||||
googlecl:
|
||||
googlecl:
|
||||
googlecl:
|
||||
googlecl:
|
||||
googlecl: Homepage: http://code.google.com/p/googlecl/
|
||||
googlecl:
|
||||
googlecl:
|
||||
googlecl:
|
||||
googlecl:
|
||||
|
||||
|
|
Loading…
Reference in a new issue