summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 28c3547437c39f9363dc4e50518f3bdbdb8c1df9 (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.15.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=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.15.1/carapace-bin_0.15.1_Linux_arm64.tar.gz")
sha256sums_aarch64=('7f7f38ca960eeb3930101d00fe7f0fc1a44b97284c3a02130700077f5728f160')

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

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

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