mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
Update to v0.8.8
This commit is contained in:
commit
8728f846c6
2 changed files with 44 additions and 0 deletions
19
.SRCINFO
Normal file
19
.SRCINFO
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
pkgbase = carapace-bin
|
||||
pkgdesc = multi-shell multi-command argument completer
|
||||
pkgver = 0.8.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/rsteube/carapace-bin
|
||||
license = MIT
|
||||
conflicts = carapace-bin
|
||||
provides = carapace-bin
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/rsteube/carapace-bin/releases/download/v0.8.8/carapace-bin_0.8.8_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 08664d6f9688cc5b64bfac3f006dd844121012528887b75ffb513eb4204f6022
|
||||
arch = i686
|
||||
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.8.8/carapace-bin_0.8.8_Linux_i386.tar.gz
|
||||
sha256sums_i686 = 7c344470ee2faf599a7beedb61128a8d9f53c8b5bae498ee20b63a182d3dcbfd
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.8.8/carapace-bin_0.8.8_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = af75fc495335bff6ddc0f0a19fb8b5917b6954130c83aa40a7289d9398bd5c65
|
||||
|
||||
pkgname = carapace-bin
|
||||
25
PKGBUILD
Normal file
25
PKGBUILD
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# This file was generated by GoReleaser. DO NOT EDIT.
|
||||
# Maintainer: rsteube <rsteube@users.noreply.github.com>
|
||||
|
||||
pkgname='carapace-bin'
|
||||
pkgver=0.8.8
|
||||
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-bin')
|
||||
conflicts=('carapace-bin')
|
||||
|
||||
source_aarch64=('https://github.com/rsteube/carapace-bin/releases/download/v0.8.8/carapace-bin_0.8.8_Linux_arm64.tar.gz')
|
||||
sha256sums_aarch64=('08664d6f9688cc5b64bfac3f006dd844121012528887b75ffb513eb4204f6022')
|
||||
|
||||
source_i686=('https://github.com/rsteube/carapace-bin/releases/download/v0.8.8/carapace-bin_0.8.8_Linux_i386.tar.gz')
|
||||
sha256sums_i686=('7c344470ee2faf599a7beedb61128a8d9f53c8b5bae498ee20b63a182d3dcbfd')
|
||||
|
||||
source_x86_64=('https://github.com/rsteube/carapace-bin/releases/download/v0.8.8/carapace-bin_0.8.8_Linux_x86_64.tar.gz')
|
||||
sha256sums_x86_64=('af75fc495335bff6ddc0f0a19fb8b5917b6954130c83aa40a7289d9398bd5c65')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue