13 Commits

Author SHA1 Message Date
prspkt
1bbe87ce5c
testing/googler: upgrade to 3.7.1 2019-02-22 20:40:34 +02:00
prspkt
4f319f9c93 testing/googler: upgrade to 3.6 2018-05-28 18:18:52 +03:00
dai9ah
46c17f872a testing/googler: add command completion, fix license 2018-02-27 21:14:16 +00:00
Roberto Oliveira
7b3f9e4f40 testing/googler: upgrade to 3.5 2018-02-19 22:13:39 +01:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Roberto Oliveira
0e437185c1 testing/googler: add correct path to googler binary in check 2017-10-28 13:48:39 +00:00
Roberto Oliveira
9e8bc5da75 testing/googler: bump pkgrel 2017-10-28 13:45:11 +00:00
Roberto Oliveira
a24b5e6897 testing/googler: add check function
As upstream doesn't provide a suite test, run --help to
test if the binary works.
2017-10-28 13:41:35 +00:00
Roberto Oliveira
2808e15dde testing/googler: upgrade to 3.4 2017-10-28 13:29:36 +00:00
Roberto Oliveira
de705aac6b testing/googler: upgrade to 3.3 2017-10-01 21:32:17 +00:00
Roberto Oliveira
e04f298dbd testing/googler: upgrade to 3.2 and modernize 2017-08-04 14:18:37 +00:00
Natanael Copa
80afd9bbb0 testing/googler: fix download source archive and build func 2017-03-08 10:53:10 +00:00
Ivan Tham
a2a98ff399 testing/googler: new aport
https://github.com/jarun/googler
Google Search, Google Site Search, Google News from the terminal.
2017-03-08 10:50:36 +00:00