summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 627468ffcb9e5e3c2ae4cdc938daa350d5d6a47b (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.399
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.399/sst-linux-arm64.tar.gz")
sha256sums_aarch64=('eb368478ad4ef08cd078eaea8108303652906502efd57e31d458a72ee4513407')

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

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

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