guru/dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild
Anna (cybertailor) Vyalkova da2f9bde1e
dev-crystal/lucky_flow: add 0.9.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-07-09 06:24:32 +05:00

27 lines
578 B
Bash

# Copyright 2022 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() {
ecrystal spec --tag "~headless_chrome"
}