diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-08-27 12:09:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-08-27 12:09:48 -0400 |
commit | 453f2a835954332316d1f7dc4ef5cf6a40a88007 (patch) | |
tree | 528f4709674dd893eded11bee9d1376596a89ebd /www-apps/chromedriver-bin/chromedriver-bin-85.0.4183.83.ebuild | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-453f2a835954332316d1f7dc4ef5cf6a40a88007.tar.gz gentoo-453f2a835954332316d1f7dc4ef5cf6a40a88007.tar.bz2 gentoo-453f2a835954332316d1f7dc4ef5cf6a40a88007.zip |
www-apps/chromedriver-bin: bump to 85.0.4183.83
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-apps/chromedriver-bin/chromedriver-bin-85.0.4183.83.ebuild')
-rw-r--r-- | www-apps/chromedriver-bin/chromedriver-bin-85.0.4183.83.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-85.0.4183.83.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-85.0.4183.83.ebuild new file mode 100644 index 000000000000..c96967a171b8 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-85.0.4183.83.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="WebDriver for Chrome" +HOMEPAGE="https://sites.google.com/a/chromium.org/chromedriver" +SRC_URI="amd64? ( https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip -> ${P}.linux64.zip )" + +LICENSE="google-chrome" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RESTRICT="bindist mirror strip" + +BDEPEND="app-arch/unzip" + +RDEPEND="!www-client/chromium + www-client/google-chrome" + +S="${WORKDIR}" +QA_PREBUILT="usr/bin/chromedriver" + +src_install() +{ + dobin chromedriver +} |