summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5062ec83ca1549e95a66a5d28e488b589a301980 (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='sst-bin'
pkgver=0.0.360
pkgrel=1
pkgdesc='Deploy anything'
url='https://github.com/sst/ion'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('sst')
conflicts=('sst')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.360/sst-linux-arm64.tar.gz")
sha256sums_aarch64=('21e3943bd82d85b6083f09345360562dbc99225fa2f03a79be86eac28fa57802')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/ion/releases/download/v0.0.360/sst-linux-386.tar.gz")
sha256sums_i686=('1a004efc80ed67bea1cdff80498f964d260929872c601798c1193ca3bf1c9b2c')

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

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