# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/stripe/stripe-cli 1.21.0 v go.offline_build no github.tarball_from archive revision 0 homepage https://stripe.com/docs/stripe-cli description A command-line tool for Stripe long_description \ The Stripe CLI helps you build, test, and manage your Stripe integration \ right from the terminal. With the CLI, you can: securely test webhooks \ without relying on 3rd party software, trigger webhook events or resend \ events for easy testing, tail your API request logs in real-time, and \ create, retrieve, update, or delete API objects. categories devel installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 d72949308f45e56c2046a704fef2fb579de1889f \ sha256 5c5520cdd621c4dcff9b7d4bd0bf0b8ee285d773991aaf9d60a7398ddd939ae1 \ size 1657699 # disable stripe telemetry which is otherwise enabled by default patchfiles patch-disable-telemetry.diff build.cmd make build.target build destroot { xinstall -m 0755 ${worksrcpath}/stripe ${destroot}${prefix}/bin/ }