summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0f7fadea7674031217e0f1bafeb046bb2bfb2b91 (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: rsteube <rsteube@users.noreply.github.com>

pkgname='carapace-bin'
pkgver=0.11.2
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.11.2/carapace-bin_0.11.2_Linux_arm64.tar.gz")
sha256sums_aarch64=('784b490b518a61992282ee73c889d83a4f0d4a0554342d59efa9b4d049866bae')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.11.2/carapace-bin_0.11.2_Linux_i386.tar.gz")
sha256sums_i686=('ca6c2ce8603dd38a8ba939ec14f9532116307f982d0f4f6149dae2e5c363b8d5')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.11.2/carapace-bin_0.11.2_Linux_x86_64.tar.gz")
sha256sums_x86_64=('ac182263266e796f0ae32e23ee9fa79d9b5fe152d917ee10da57c5261ed66f8c')

package() {
  install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"
}