# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: rsteube pkgname='carapace-bin' pkgver=0.13.0 pkgrel=1 pkgdesc='multi-shell multi-command argument completer' url='https://github.com/rsteube/carapace-bin' arch=('aarch64' 'i686' 'x86_64') license=('MIT') provides=('carapace') conflicts=('carapace') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.0/carapace-bin_0.13.0_Linux_arm64.tar.gz") sha256sums_aarch64=('036283120feacfe43144be03b0f7256cec21d4bbd86959f7d46d610fb3379683') source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.0/carapace-bin_0.13.0_Linux_i386.tar.gz") sha256sums_i686=('53647537b9dfa707400d21ee020056deb85e5ee592f29a4ab83c66f28140aec9') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.0/carapace-bin_0.13.0_Linux_x86_64.tar.gz") sha256sums_x86_64=('e39e7b9f40097ecbb95d5dd364afa0737b580256d2e471de14913e1f88011cac') package() { install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace" }