summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec83e6bab132348e118848c8e5963e9fef3f2ddc (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.9.1
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=('https://github.com/rsteube/carapace-bin/releases/download/v0.9.1/carapace-bin_0.9.1_Linux_arm64.tar.gz')
sha256sums_aarch64=('5ddb868361205512ff2070100234284a5220a4fd1d4a904423a0bec6ad54849b')

source_i686=('https://github.com/rsteube/carapace-bin/releases/download/v0.9.1/carapace-bin_0.9.1_Linux_i386.tar.gz')
sha256sums_i686=('c8956e1efb9e4d7f2fa5a70477f0bb38884a5ee3021a231f220354adbeef4597')

source_x86_64=('https://github.com/rsteube/carapace-bin/releases/download/v0.9.1/carapace-bin_0.9.1_Linux_x86_64.tar.gz')
sha256sums_x86_64=('3ddbdf63f3c0a57d849e5c5a4767fc833e056c6a1df5ec45e2830dc87c33f014')

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