summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 142f4d30ea3345b8cab393fceeee71aa564a90e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Jonny Stoten <jonny@jonnystoten.com>

pkgname=stripe-cli-bin
pkgver=1.13.6
pkgrel=1
pkgdesc="A command-line tool for Stripe"
arch=("x86_64")
url="https://stripe.com/docs/stripe-cli"
license=("Apache")
depends=()
provides=()
conflicts=(stripe-cli)
source=("https://github.com/stripe/stripe-cli/releases/download/v$pkgver/stripe_${pkgver}_linux_x86_64.tar.gz")
sha256sums=('5e4a56b567859006e0c41bc9f404c859e411ea4796850b80814edff0ca43ff6b')

package() {
  install -Dm 0755 stripe "$pkgdir/usr/bin/stripe"
}