summaryrefslogtreecommitdiff
path: root/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-14 17:46:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-14 17:46:07 +0100
commit234dc35b5df19cfe20396a10855ce4e70b8b43bc (patch)
treeac566e09df315eef8fd8be0d3233e33355fe92fa /dev-util/stripe-mock/stripe-mock-0.153.0.ebuild
parentee6e636931804ef8c1d7f395e3a3400b9f8f5614 (diff)
gentoo auto-resync : 14:04:2023 - 17:46:06
Diffstat (limited to 'dev-util/stripe-mock/stripe-mock-0.153.0.ebuild')
-rw-r--r--dev-util/stripe-mock/stripe-mock-0.153.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..000000000000
--- a/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 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 ~x86"
-
-src_compile() {
- emake build
-}
-
-src_test() {
- emake test
-}
-
-src_install() {
- dobin stripe-mock
- einstalldocs
-}