# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: jonah pkgname='kaspa_exporter-bin' pkgver=0.1.1 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.1/kaspa_exporter-v0.1.1-linux-arm64.tar.gz") sha256sums_aarch64=('15ac8d26ee70161f8275dce7afc0b30bf1953839a0291e3f913185e60be25424') source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-armv7.tar.gz") sha256sums_armv7h=('cca46b8d639e2333ff50f3c4c6320f580cf571517a6070abc97446b216eba4a2') source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-386.tar.gz") sha256sums_i686=('54e526b7b172355efbba10c91394f9e7bcbacbea17933c7e398d30b46cfec380') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/kaspa_exporter/releases/download/v0.1.1/kaspa_exporter-v0.1.1-linux-amd64.tar.gz") sha256sums_x86_64=('a9e434456513619016410b8d0e7def3a557179d7977ec6ea89084f293aec063e') 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" }