diff options
author | 2023-05-06 13:38:07 +0300 | |
---|---|---|
committer | 2023-05-06 13:38:16 +0300 | |
commit | 84bb197b7758b3a046ec70f4b3a7af9291ea5d63 (patch) | |
tree | 3ec0237e52120d8dee9c291cd3594f4d70b3cfa4 /www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild | |
parent | dev-python/notebook-shim: Stabilize 0.2.2-r1 sparc, #904813 (diff) | |
download | gentoo-84bb197b7758b3a046ec70f4b3a7af9291ea5d63.tar.gz gentoo-84bb197b7758b3a046ec70f4b3a7af9291ea5d63.tar.bz2 gentoo-84bb197b7758b3a046ec70f4b3a7af9291ea5d63.zip |
www-apps/chromedriver-bin: add 113.0.5672.63
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild')
-rw-r--r-- | www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild new file mode 100644 index 000000000000..7feb79c524dd --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="WebDriver for Chrome" +HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" +SRC_URI="amd64? ( https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip -> ${P}.linux64.zip )" +S="${WORKDIR}" + +LICENSE="google-chrome" +SLOT="0" +KEYWORDS="-* ~amd64" +RESTRICT="bindist mirror strip" + +RDEPEND=" + sys-libs/glibc + www-client/google-chrome + !www-client/chromium +" +BDEPEND="app-arch/unzip" + +QA_PREBUILT="usr/bin/chromedriver" + +src_install() { + dobin chromedriver +} |