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

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/sst/releases/download/v3.3.67/sst-linux-arm64.tar.gz")
sha256sums_aarch64=('8898803d8c5e47ca88cf99c3018b7e8b9406d79f0385c0771fdb5c9a1f362e41')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/sst/releases/download/v3.3.67/sst-linux-386.tar.gz")
sha256sums_i686=('f14cb9d3524f154af65f7a5b50f1622a0b495798355a6fab5253b7186f11e78a')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/sst/releases/download/v3.3.67/sst-linux-x86_64.tar.gz")
sha256sums_x86_64=('0a5ed87095e05774566a5386c73c52b181d0d8ee93df6abb41bfa58486d97226')

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