dev-crystal/webdrivers - 0.4.3 (guru)

Search

Install

Install this version:

emerge -a =dev-crystal/webdrivers-0.4.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-crystal/webdrivers-0.4.3

Or alternatively:

emerge --autounmask-write -a =dev-crystal/webdrivers-0.4.3

Package Information

Description:
Helps manage drivers for Selenium, such as the Chromedriver
Homepage:
https://github.com/crystal-loot/webdrivers.cr
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shards

MY_PN="${PN}.cr"
DESCRIPTION="Helps manage drivers for Selenium, such as the Chromedriver"
HOMEPAGE="https://github.com/crystal-loot/webdrivers.cr"
SRC_URI="https://github.com/crystal-loot/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-crystal/crystar
	>=dev-crystal/habitat-0.4.9
"

src_prepare() {
	default

	# remove tests that use network
	rm \
		spec/webdrivers/chromedriver_spec.cr \
		spec/webdrivers/geckodriver_spec.cr \
		spec/webdrivers/chrome/driver_remote_version_finder_spec.cr || die
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-crystal/crystar
	>=dev-crystal/habitat-0.4.9

Manifest for 0.4.3

Type File Size Source URLs
DIST webdrivers-0.4.3.tar.gz 7512 bytes https://github.com/crystal-loot/webdrivers.cr/archive/refs/tags/v0.4.3.tar.gz