summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 32a2811867b326c2b7669a00e11f31d991279288 (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.13
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.13/torpedo-linux-arm64.tar.gz")
sha256sums_aarch64=('f59762fbcf3dad36b8f9c507b41b906316e9df2a6477d17d0a4adbe04a02d5a3')

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

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

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