blob: 2ceda62f7aebb68574e8d348ebd5c8d0b843a5b0 (
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=8.2.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/v8.2.0/fastly_v8.2.0_linux-arm64.tar.gz")
sha256sums_aarch64=('a18f41e5d898983cf5f2e876eecc18fea640bf6e3af99273f0a83db2ef1b3ac9')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/fastly/cli/releases/download/v8.2.0/fastly_v8.2.0_linux-386.tar.gz")
sha256sums_i686=('c7e955bd7dd44afd1e1e3de85f3a9565c9f8135421409289b15b5f66003478fa')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/fastly/cli/releases/download/v8.2.0/fastly_v8.2.0_linux-amd64.tar.gz")
sha256sums_x86_64=('90ed0c22bef37dde3e27ee36f5a5f81c51580c1d6dc3b197252a5054a0cd5490')
package() {
install -Dm755 "./fastly" "${pkgdir}/usr/bin/fastly"
}
|