mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-crystal/lucky_flow: add 0.10.2, drop 0.10.1-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
26
dev-crystal/lucky_flow/lucky_flow-0.10.2.ebuild
Normal file
26
dev-crystal/lucky_flow/lucky_flow-0.10.2.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
inherit shards
|
||||
|
||||
DESCRIPTION="LuckyFlow is a library for testing user flows in the browser"
|
||||
HOMEPAGE="https://github.com/luckyframework/lucky_flow"
|
||||
SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
<dev-crystal/crystal-html5-0.7.0
|
||||
>=dev-crystal/habitat-0.4.9
|
||||
dev-crystal/selenium
|
||||
dev-crystal/webdrivers
|
||||
>=dev-crystal/webless-0.2.0
|
||||
"
|
||||
|
||||
src_test() {
|
||||
shards_src_test --tag "~headless_chrome" --tag "~headless_firefox"
|
||||
}
|
||||
Reference in New Issue
Block a user