# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: oss@fastly.com pkgname='fastly-bin' pkgver=10.8.10 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.8.10/fastly_v10.8.10_linux-arm64.tar.gz") sha256sums_aarch64=('cefd054a03c83f9eb063918df5416683fc56b9d86a164ed7afb7455c19deb278') source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/fastly/cli/releases/download/v10.8.10/fastly_v10.8.10_linux-386.tar.gz") sha256sums_i686=('eb6a11047213c4611a6c0e72765d8bc541bea6ca3d5ec8889b92b30dd1c466c9') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/fastly/cli/releases/download/v10.8.10/fastly_v10.8.10_linux-amd64.tar.gz") sha256sums_x86_64=('8ce038ddf412e8ab542fb4fa194b4ea42864b7d83469ee7ca59c481de6c0af2d') package() { install -Dm755 "./fastly" "${pkgdir}/usr/bin/fastly" }