dev-crystal/lucky_flow: add 0.10.0, drop 0.9.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-04-27 13:58:39 +05:00
parent 661ec4fe2a
commit ed60b4e4de
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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
dev-crystal/habitat
dev-crystal/selenium
dev-crystal/webdrivers
dev-crystal/webless
"
src_test() {
shards_src_test --tag "~headless_chrome" --tag "~headless_firefox"
}