dev-crystal/webless: new package, add 0.1.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-09 13:40:25 +05:00
parent 773e3e1e28
commit bcd7c0e72e
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit shards
DESCRIPTION="HTTP::Client for testing HTTP::Handlers directly and maintaining cookies"
HOMEPAGE="https://github.com/matthewmcgarvey/webless"
SRC_URI="https://github.com/matthewmcgarvey/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"