summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 71cc310ed3c7ef75ffbffa3ff6c4b9c66ad7fda4 (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.301
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.301/sst-linux-arm64.tar.gz")
sha256sums_aarch64=('f4d9c9534a68c00b4b30097024cb7853cb192c8383e380be905c088a92199b84')

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

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

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