# -*- 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.19.5 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 ef4dd11ac9796380cdbddd6125487ba40dc64b2c \ sha256 3b59dbc36c66b8021c3c35c1a8d05426f3441c4848b7100469f34360061c1347 \ size 1648116 # 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/ }