mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
dev-crystal/lucky_flow: add 0.9.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
4aed7c6953
commit
da2f9bde1e
@ -1 +1,2 @@
|
|||||||
DIST lucky_flow-0.9.0.tar.gz 16811 BLAKE2B c5a01bd000e0977a65f959fb9f3ed2ed3103ef1bb2b8bca549634297c317b65196af44116486f65b1b4d6ddec424004df884eee61b557afc07157b178e3b7ded SHA512 003016d5a623df2b748b949cf0d993fea765b7e68b795e4143c22f69d3849ccc19d529a597559716fcd8b8e21a31e1c0035ff6b1b62b02fc518675012b3e53ef
|
DIST lucky_flow-0.9.0.tar.gz 16811 BLAKE2B c5a01bd000e0977a65f959fb9f3ed2ed3103ef1bb2b8bca549634297c317b65196af44116486f65b1b4d6ddec424004df884eee61b557afc07157b178e3b7ded SHA512 003016d5a623df2b748b949cf0d993fea765b7e68b795e4143c22f69d3849ccc19d529a597559716fcd8b8e21a31e1c0035ff6b1b62b02fc518675012b3e53ef
|
||||||
|
DIST lucky_flow-0.9.1.tar.gz 16887 BLAKE2B 3dd6422f9edaaebf032fa08cdfe35392d91b933980b2b2de65b785ec8c63140f8cbb2b055a679e94725445a68a9ccaafb2f4a5de74bb1cac8928133be330b75d SHA512 bd09f0cf141236ed8648f9db507f652de2986348df9b5db44d389849d196e10af17de11ecaea850fea3a9c844bbad456fd4360a53ee44ba2d1b1dae0f9c15084
|
||||||
|
26
dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild
Normal file
26
dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user