blob: 038256d359a3f373abb3e90ebdaf7444e4298296 (
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=4.3.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/v4.3.0/fastly_v4.3.0_linux-arm64.tar.gz")
sha256sums_aarch64=('709422d8a3585f33065300964da0d1b6559e6214f42d3d21ee74a4cf2370efa4')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-386.tar.gz")
sha256sums_i686=('d92ee6e63d6f1ec593908011cc65b560df0532283861f3504fecb63774219792')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-amd64.tar.gz")
sha256sums_x86_64=('649c3b1003662357125c4a50d92b27a04c7d6663d82693a932ad77a43ccc0bc4')
package() {
install -Dm755 "./fastly" "${pkgdir}/usr/bin/fastly"
}
|