blob: e92bc2cf83a7b54ca7b3e2b92d4bbdafd07a05a4 (
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
25
26
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: oss@fastly.com
pkgname='fastly-bin'
pkgver=10.17.0
pkgrel=1
pkgdesc='A CLI for interacting with the Fastly platform'
url='https://github.com/fastly/cli'
arch=('aarch64' 'i686' 'x86_64')
license=('Apache license 2.0')
provides=('fastly')
conflicts=('fastly')
optdepends=('viceroy: for running service locally')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/fastly/cli/releases/download/v10.17.0/fastly_v10.17.0_linux-arm64.tar.gz")
sha256sums_aarch64=('e77082dfb3105d2b902837f6190c0808a9cb42133163ebc0450b93fa845c33ba')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/fastly/cli/releases/download/v10.17.0/fastly_v10.17.0_linux-386.tar.gz")
sha256sums_i686=('89efe0a456382e3bd80e36aa9e81d9afc6c7f16d39f719b7257a7e99361a9112')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/fastly/cli/releases/download/v10.17.0/fastly_v10.17.0_linux-amd64.tar.gz")
sha256sums_x86_64=('5d9eea081276dbea93d58e1b1361e40952efde35ec0ee1b542e9ff4531baf297')
package() {
install -Dm755 "./fastly" "${pkgdir}/usr/bin/fastly"
}
|