summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 488a19bda06c48dd9a058e2593b9255e3dfb9b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was generated by GoReleaser. DO NOT EDIT.

pkgname='torpedo-bin'
pkgver=0.0.7
pkgrel=1
pkgdesc='Connect to databases in private VPCs securely the easy way - no VPN required'
url='https://github.com/sst/torpedo'
arch=('aarch64' 'i686' 'x86_64')
license=('')
provides=('torpedo')
conflicts=('torpedo')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.7/torpedo-Linux-arm64.tar.gz")
sha256sums_aarch64=('2e65b20ed4b15218ad71c09bb8f663e3fa2fa2c757a1b4e437353c840a348363')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.7/torpedo-Linux-i386.tar.gz")
sha256sums_i686=('ba58dafd3fe86059dc96dfef67a476a31ce132fe830df1a9056908d301e14ad0')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.7/torpedo-Linux-x86_64.tar.gz")
sha256sums_x86_64=('8798d9862e9a417ab145227f23e7c4db4e167568652d3514ebf6e53277cc8176')

package() {
  install -Dm755 "./torpedo" "${pkgdir}/usr/bin/torpedo"
}