summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 202f723a0d328dd5b4aaebec9e9ba08c03089826 (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
27
28
29
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: axiom <hello@axiom.co>
# Contributor: axiom <hello@axiom.co>

pkgname='axiom-bin'
pkgver=0.12.1
pkgrel=1
pkgdesc='Powerful log analytics from the comfort of your command-line'
url='https://axiom.co'
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
license=('MIT')
provides=('axiom-bin')
conflicts=('axiom-bin' 'axiom-git')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/axiomhq/cli/releases/download/v0.12.1/axiom_0.12.1_linux_arm64.tar.gz")
sha256sums_aarch64=('c9efa83e8378e458d3441b63a1079a866fe8dacab9d78643237b40a3c56320c3')

source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/axiomhq/cli/releases/download/v0.12.1/axiom_0.12.1_linux_armv7.tar.gz")
sha256sums_armv7h=('4cd37853f5137587ee37a7abefdbe11b602a055dab1230bc26dcbb5198abb080')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/axiomhq/cli/releases/download/v0.12.1/axiom_0.12.1_linux_386.tar.gz")
sha256sums_i686=('b6504814ebe03626fe26155e53049ee7ab9437f55f9b8f7bd2403a9c80617f97')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/axiomhq/cli/releases/download/v0.12.1/axiom_0.12.1_linux_amd64.tar.gz")
sha256sums_x86_64=('44f7c9636f7dc1a54c1e92c994344a6231590a71086975ad9d752786c0cabcc9')

package() {
  install -Dm755 "./axiom_0.12.1_linux_armv7/axiom" "${pkgdir}/usr/bin/axiom"
}