summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dc5f1fee8b7ee0f883581fa655d1e77659738107 (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.0.3
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.0.3/carapace-bin_linux_arm64.tar.gz")
sha256sums_aarch64=('aa6f64a812963ec9813305c41c73f31cf0c14817827b0b13dbbfb61d1d1ef7ea')

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

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/carapace-sh/carapace-bin/releases/download/v1.0.3/carapace-bin_linux_amd64.tar.gz")
sha256sums_x86_64=('8364e4bebc836b01411b0cb6044131617f9765e0ccdd1a427b1b4de5a69a5b29')

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