add googler-3.7 googler-3.7.1

This commit is contained in:
layman 2018-11-11 03:41:13 -08:00
parent c2904929d8
commit 9d49d94bb6
3 changed files with 88 additions and 0 deletions

View File

@ -1,5 +1,9 @@
DIST googler-3.5.tar.gz 71353 BLAKE2B fc4d0641a66187c2e05432391a3209afcf184cd4978368ff82be416a68d6aab59b9c053d88476f7c745137daa716559dc3e4e00e7f9895a1433bdbebe95be56e SHA512 fd3cd58ff6c492b04a8c0b271207452991155c571fc31f237eb13fe8ccc08cc3096a994085daa0001b22307e99516dba24af44fd43ddc88d2eaeda5a975cbe9a
DIST googler-3.6.tar.gz 71738 BLAKE2B a2eaa5afd0493016c60ed530681728392217a1966b76f07143de3f50425b95bfdb2ea28c9636ddf2d5eb94561511c61ec0d287a6eb0139561b378777c437e687 SHA512 d3c8328ad5b7fdcdde32a1b0bdd2f9d87266d9a06ba344b8034442200bea2f787d1bae9c5ca44a5119ef28a8fc0040f29388285c9030c14bc858d9673d0fa177
DIST googler-3.7.1.tar.gz 72114 BLAKE2B 4df3a197a992d0ea9556e79b9d7ba1bb11cbb95d6f25bd4b2911c5f9fca516f3e6c837168759d90cabd9c9eab215f385260934adaeb5f0b035ab8944f2def361 SHA512 4949af4d949b4005f9ce70cc35339a9a269413c8d4a846af1d4a835e6a832a6589552820c424786e6f623e907f3c4a2021b35373b93c59ffe465c1c2aed18765
DIST googler-3.7.tar.gz 72116 BLAKE2B 43b8290c5788d3fbcc8564f226daa86ee31318ebf7b49551497bf2025b530b3ed2f4ea824f0f91233d4196fce490e4614cef51277e013280dce0ee55f2991d1e SHA512 38745125222ca7c63f521bc4fe8aa0823948d3a4be9d33b26fb136fdd2f203752df17b93faa88468a6c7a01a0fe22ededb121cbbdbb0a13e5566bd435aac109c
EBUILD googler-3.5-r1.ebuild 1439 BLAKE2B 9397ed1e014d70e367457a9ad2e8a1ed6925bc92cbde04b8019b951c6fea7a0a0ee5ed2a25cb8d942d4744ea2a4d546af1eb8f530a02fb65670040f2e76d0e9c SHA512 e49f7cd091c3c9fd139d8285a5648c53f51d885480ab4b57f42eba61fc6f7ed081c2911e37fdb1444a06e85381b53ad288098a58c8345f22403f6be695ac45a1
EBUILD googler-3.6-r1.ebuild 1439 BLAKE2B 9397ed1e014d70e367457a9ad2e8a1ed6925bc92cbde04b8019b951c6fea7a0a0ee5ed2a25cb8d942d4744ea2a4d546af1eb8f530a02fb65670040f2e76d0e9c SHA512 e49f7cd091c3c9fd139d8285a5648c53f51d885480ab4b57f42eba61fc6f7ed081c2911e37fdb1444a06e85381b53ad288098a58c8345f22403f6be695ac45a1
EBUILD googler-3.7.1.ebuild 1439 BLAKE2B f9d15c0a148d9dbbc31905ad165c00d5291edac2ca20dd5c786de40c5aee82ececfef6d1b5561663b52b20c88fbb67f525562816ec161308fc4f287740c1dd96 SHA512 a5b3f4a34f93fc28966490a179c3025da7f2a364a050dd718bf29b716f2f3879c616617f4a5c196e5cb8743d956afc33617f1d1b3fc3667aaf16a858165aef1b
EBUILD googler-3.7.ebuild 1439 BLAKE2B 9397ed1e014d70e367457a9ad2e8a1ed6925bc92cbde04b8019b951c6fea7a0a0ee5ed2a25cb8d942d4744ea2a4d546af1eb8f530a02fb65670040f2e76d0e9c SHA512 e49f7cd091c3c9fd139d8285a5648c53f51d885480ab4b57f42eba61fc6f7ed081c2911e37fdb1444a06e85381b53ad288098a58c8345f22403f6be695ac45a1
MISC metadata.xml 222 BLAKE2B f0ecd2d956de9c731b8a6b6860f8756cb8dba0591f73463ce32d2747a1aa21296886faea89feee2b208286bbcdfe8e2e0a64263a92e954615fa94e2852d933d5 SHA512 dad470f0096a4fb3af9eeb60dab3216ece032790f6c49a3b014799ee0c02dee96a67317a672344e32f5614c5e05419727cc99113c6ecc37ae594931dd6441eef

View File

@ -0,0 +1,42 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit readme.gentoo-r1
DESCRIPTION="Google from the terminal"
HOMEPAGE="https://github.com/jarun/googler"
SRC_URI="https://github.com/jarun/googler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=GPL-3
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+doc"
DEPEND=""
# RDEPEND="${DEPEND}"
RDEPEND="dev-lang/python"
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS=" ********************************
All configuration is from the environment, so i.e.
\`export BROWSER=w3m\` or \`export BROWSER=firefox\`
in your bashrc or whatever, and also \`googler -h\`
as well as \`man googler\` do what you expect
man page requires USE="doc"
*************************************************"
src_install() {
install -Dm755 "${S}/googler" "${D}/usr/bin/googler"
use doc && install -Dm644 "${S}/googler.1" "${D}/usr/share/man/man1/googler.1"
install -Dm644 "${S}/auto-completion/fish/googler.fish" "${D}/usr/share/fish/vendor_completions.d/googler.fish"
install -Dm644 "${S}/auto-completion/bash/googler-completion.bash" "${D}/usr/share/bash-completion/completions/googler"
install -Dm644 "${S}/auto-completion/zsh/_googler" "${D}/usr/share/zsh/site-functions/_googler"
use doc && readme.gentoo_create_doc
use doc && dodoc CHANGELOG LICENSE README.md
}
pkg_postinst() {
use doc && readme.gentoo_print_elog
elog "${DOC_CONTENTS}"
}

View File

@ -0,0 +1,42 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit readme.gentoo-r1
DESCRIPTION="Google from the terminal"
HOMEPAGE="https://github.com/jarun/googler"
SRC_URI="https://github.com/jarun/googler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=GPL-3
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm"
IUSE="+doc"
DEPEND=""
# RDEPEND="${DEPEND}"
RDEPEND="dev-lang/python"
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS=" ********************************
All configuration is from the environment, so i.e.
\`export BROWSER=w3m\` or \`export BROWSER=firefox\`
in your bashrc or whatever, and also \`googler -h\`
as well as \`man googler\` do what you expect
man page requires USE="doc"
*************************************************"
src_install() {
install -Dm755 "${S}/googler" "${D}/usr/bin/googler"
use doc && install -Dm644 "${S}/googler.1" "${D}/usr/share/man/man1/googler.1"
install -Dm644 "${S}/auto-completion/fish/googler.fish" "${D}/usr/share/fish/vendor_completions.d/googler.fish"
install -Dm644 "${S}/auto-completion/bash/googler-completion.bash" "${D}/usr/share/bash-completion/completions/googler"
install -Dm644 "${S}/auto-completion/zsh/_googler" "${D}/usr/share/zsh/site-functions/_googler"
use doc && readme.gentoo_create_doc
use doc && dodoc CHANGELOG LICENSE README.md
}
pkg_postinst() {
use doc && readme.gentoo_print_elog
elog "${DOC_CONTENTS}"
}