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