summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5e3bd8364676b9320decee1aec46bb4bfcc62d83 (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-spec-bin'
pkgver=1.0.5
pkgrel=1
pkgdesc='define simple completions using a spec file'
url='https://github.com/rsteube/carapace-spec'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('carapace-spec')
conflicts=('carapace-spec')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/carapace-sh/carapace-spec/releases/download/v1.0.5/carapace-spec_linux_arm64.tar.gz")
sha256sums_aarch64=('305fe83207aae46cc68b1be8dfdf7c31e2fbaa4b53e03b044d65ff0a5b808af1')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/carapace-sh/carapace-spec/releases/download/v1.0.5/carapace-spec_linux_386.tar.gz")
sha256sums_i686=('65e085efc37a76f325dfee9a334a6fd547c8e9b900d282a0b555678abb8868d2')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/carapace-sh/carapace-spec/releases/download/v1.0.5/carapace-spec_linux_amd64.tar.gz")
sha256sums_x86_64=('4a0a379635a2a3c459de84b4d55c91a8612cd92948ae1ef95a8b2bd1688a28ff')

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