summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3d579a5a27847b2943dd56466baae26306164962 (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=1.2.1
pkgrel=1
pkgdesc='multi-shell multi-command argument completer'
url='https://github.com/carapace-sh/carapace-bin'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('carapace')
conflicts=('carapace')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/carapace-sh/carapace-bin/releases/download/v1.2.1/carapace-bin_1.2.1_linux_arm64.tar.gz")
sha256sums_aarch64=('ebabd5610ce946d69208e3453c455e3e75b4de0726a716bc4f81bec904d2ba20')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/carapace-sh/carapace-bin/releases/download/v1.2.1/carapace-bin_1.2.1_linux_386.tar.gz")
sha256sums_i686=('f72f190e1b34ad17a66ecda18d70e8fa7ccca4be46ec4b28fafeb2894462ba2d')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/carapace-sh/carapace-bin/releases/download/v1.2.1/carapace-bin_1.2.1_linux_amd64.tar.gz")
sha256sums_x86_64=('78f87b0f23aec24de91e14872cf4fdbf2a73958d5e658bf5fa93398ed315165f')

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