mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-crystal/webmock: new package, add 0.14.0
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
1
dev-crystal/webmock/Manifest
Normal file
1
dev-crystal/webmock/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST webmock-0.14.0.tar.gz 7222 BLAKE2B 2b2f3d352f58fb12bf0aeb23c55318f33ed01958ae82d6bff978518ccb854c55c13c80e6c84a95345030f5aa05445e297d9475987743a12d4ddb7abc118b828f SHA512 fddc32ee30821bdae5aedc0feb4b51507f1d1d9fb4e3e820973df42e6a7a22b767c2b885cd6ae32a4d5cd189fd8d39cb5fd43feb24885b37b3e858e399a3b8a6
|
||||
11
dev-crystal/webmock/metadata.xml
Normal file
11
dev-crystal/webmock/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Julien Roy</name>
|
||||
<email>julien@jroy.ca</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">manastech/webmock.cr</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-crystal/webmock/webmock-0.14.0.ebuild
Normal file
18
dev-crystal/webmock/webmock-0.14.0.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit shards
|
||||
|
||||
MY_PN="${PN}.cr"
|
||||
DESCRIPTION="Mock HTTP client"
|
||||
HOMEPAGE="https://github.com/manastech/webmock.cr"
|
||||
SRC_URI="https://github.com/manastech/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( README.md )
|
||||
Reference in New Issue
Block a user