diff options
-rw-r--r-- | network/google-cli/README | 17 | ||||
-rw-r--r-- | network/google-cli/google-cli.SlackBuild | 10 | ||||
-rw-r--r-- | network/google-cli/google-cli.info | 6 | ||||
-rw-r--r-- | network/google-cli/slack-desc | 2 |
4 files changed, 18 insertions, 17 deletions
diff --git a/network/google-cli/README b/network/google-cli/README index 345d929ab51a..6957f33cc9a7 100644 --- a/network/google-cli/README +++ b/network/google-cli/README @@ -1,11 +1,12 @@ google-cli (Google Search from command line) -google-cli is a command line tool to search Google (Web & News) -from the terminal. It shows the title, URL and text context for each -result. Results are fetched in pages. Next or previous page navigation is -possible using keyboard shortcuts. Results are indexed and a result URL -can be opened in a browser using the index number. Supports sequential -searches in a single instance. +google-cli is a command line tool to search Google (Web & News) from +the terminal. It shows the title, URL and text context for each +result. Results are fetched in pages. -google-cli is GPLv3 licensed. It doesn't have any affiliation to Google -in any way. +Next or previous page navigation is possible using keyboard shortcuts. +Results are indexed and a result URL can be opened in a browser using +the index number. Supports sequential searches in a single instance. + +google-cli is GPLv3 licensed. It doesn't have any affiliation to +Google in any way. diff --git a/network/google-cli/google-cli.SlackBuild b/network/google-cli/google-cli.SlackBuild index 5c0aedece6c9..d813fed0bd99 100644 --- a/network/google-cli/google-cli.SlackBuild +++ b/network/google-cli/google-cli.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for google-cli. # -# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=google-cli -VERSION=${VERSION:-2.9} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,10 +54,10 @@ else LIBDIRSUFFIX="" fi -set -e - SRCNAM="googler" +set -e + rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP @@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/google-cli/google-cli.info b/network/google-cli/google-cli.info index 8dfc65e9c3e7..2f5a9da9ab38 100644 --- a/network/google-cli/google-cli.info +++ b/network/google-cli/google-cli.info @@ -1,8 +1,8 @@ PRGNAM="google-cli" -VERSION="2.9" +VERSION="3.0" HOMEPAGE="https://github.com/jarun/google-cli/" -DOWNLOAD="https://github.com/jarun/googler/archive/v2.9/googler-2.9.tar.gz" -MD5SUM="e2f6d2a2a666c6691cb1a38a52f3aec1" +DOWNLOAD="https://github.com/jarun/googler/archive/v3.0/googler-3.0.tar.gz" +MD5SUM="dfd610fc4137ae35ec42bff3fd1a7bcf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" diff --git a/network/google-cli/slack-desc b/network/google-cli/slack-desc index 8e5c91f72fb4..f479e72b4926 100644 --- a/network/google-cli/slack-desc +++ b/network/google-cli/slack-desc @@ -9,7 +9,7 @@ google-cli: google-cli (Google Search from command line) google-cli: google-cli: google-cli is a command line tool to search Google (Web & News) from -google-cli: the terminal. It shows the title, URL and text context for each +google-cli: the terminal. It shows the title, URL and text context for each google-cli: result. Results are fetched in pages. google-cli: google-cli: Home page: http://sourceforge.net/projects/google-cli/ |