Compare commits

...

No commits in common. "main" and "kaspa_exporter-bin" have entirely different histories.

3 changed files with 62 additions and 3 deletions

22
.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = kaspa_exporter-bin
pkgdesc = wishlist using netbox as inventory source
pkgver = 0.1.3
pkgrel = 1
url = https://jon4hz.io
license = MIT
conflicts = kaspa_exporter
provides = kaspa_exporter
arch = aarch64
source_aarch64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-arm64.tar.gz
sha256sums_aarch64 = ca4b78d5f18a963bbf18d7d54b120ce25f12da4c5f4e7bbf74faf5323bca4593
arch = armv7h
source_armv7h = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-armv7.tar.gz
sha256sums_armv7h = 1d8b4627dd3a843a4cfaa5cf51067e9d20071f3ee48bacc19287fe6f9b506d65
arch = i686
source_i686 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-386.tar.gz
sha256sums_i686 = 7150dbc94374e5d433530c9eeea7759ecdd297ae9056850b3cf898698f7c23a7
arch = x86_64
source_x86_64 = https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-amd64.tar.gz
sha256sums_x86_64 = 9d0e5cde2a85849ded13efeb6dd9e665a34c81c27eb0d8f882626b6abdf02b53
pkgname = kaspa_exporter-bin

40
PKGBUILD Normal file
View File

@ -0,0 +1,40 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: jonah <me@jon4hz.io>
pkgname='kaspa_exporter-bin'
pkgver=0.1.3
pkgrel=1
pkgdesc='wishlist using netbox as inventory source'
url='https://jon4hz.io'
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
license=('MIT')
provides=('kaspa_exporter')
conflicts=('kaspa_exporter')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-arm64.tar.gz")
sha256sums_aarch64=('ca4b78d5f18a963bbf18d7d54b120ce25f12da4c5f4e7bbf74faf5323bca4593')
source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-armv7.tar.gz")
sha256sums_armv7h=('1d8b4627dd3a843a4cfaa5cf51067e9d20071f3ee48bacc19287fe6f9b506d65')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-386.tar.gz")
sha256sums_i686=('7150dbc94374e5d433530c9eeea7759ecdd297ae9056850b3cf898698f7c23a7')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.3/kaspa_exporter-v0.1.3-linux-amd64.tar.gz")
sha256sums_x86_64=('9d0e5cde2a85849ded13efeb6dd9e665a34c81c27eb0d8f882626b6abdf02b53')
package() {
# bin
install -Dm755 "./kaspa_exporter" "${pkgdir}/usr/bin/kaspa_exporter"
# license
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/kaspa_exporter/LICENSE"
# completions
mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
install -Dm644 "./completions/kaspa_exporter.bash" "${pkgdir}/usr/share/bash-completion/completions/kaspa_exporter"
install -Dm644 "./completions/kaspa_exporter.zsh" "${pkgdir}/usr/share/zsh/site-functions/_kaspa_exporter"
install -Dm644 "./completions/kaspa_exporter.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/kaspa_exporter.fish"
# man pages
install -Dm644 "./manpages/kaspa_exporter.1.gz" "${pkgdir}/usr/share/man/man1/kaspa_exporter.1.gz"
}

View File

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).