commit: 21543418073f1c6ace63ae6df197cd0ad7846c2a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 04:51:44 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 04:56:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21543418
dev-util/stripe-mock: Bump to 0.196.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/stripe-mock/Manifest | 1 + dev-util/stripe-mock/stripe-mock-0.196.0.ebuild | 27 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest index b83d29376624..98a58e685492 100644 --- a/dev-util/stripe-mock/Manifest +++ b/dev-util/stripe-mock/Manifest @@ -1 +1,2 @@ DIST stripe-mock-0.195.0.tar.gz 1820995 BLAKE2B 0d75d3e00bceb8d34429348b3ae4ad3245af1746996e3ed87b7fd61a7acd323de3bedfaff96d0e1c4dc51463ece1316a1d15b82690fc7ad400ac2eb808ca7f30 SHA512 4085e855a2e32ea7b8029c19cf2b226a42fc69328ee8955a580e24430d38308339ccc37c4a56164ebeec2d5a05186e6b92c4eb2d03c145a58be8d15b6ecc8ef4 +DIST stripe-mock-0.196.0.tar.gz 1894345 BLAKE2B ae1481690c9d9979d87f1934b2b8e0470419c2d19f88348384b11dcd8a89cc5f99b03c10c8cd02435dd97b03a664f602edda1114aca8b829bfe0e3dbf523ec0a SHA512 ced189b23ee745263097b1c0748a75c4da6f764413e783737262fdde98ec2063b2a2e7471ab8d10bc4ca65e287b07d16c58ecc013de9c9cadce747c6ca2b2d39 diff --git a/dev-util/stripe-mock/stripe-mock-0.196.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.196.0.ebuild new file mode 100644 index 000000000000..6c2fae7eae5d --- /dev/null +++ b/dev-util/stripe-mock/stripe-mock-0.196.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Mock HTTP server that responds like the real Stripe API" +HOMEPAGE="https://github.com/stripe/stripe-mock/" +SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT ISC BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +src_compile() { + emake build +} + +src_test() { + emake test +} + +src_install() { + dobin stripe-mock + einstalldocs +}
