summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 94c3ed4bc67fdb3235edeab069c4c8c897e053f6 (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='lazycomplete-bin'
pkgver=0.0.19
pkgrel=1
pkgdesc='lazy loading for shell completion scripts'
url='https://github.com/rsteube/lazycomplete'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('lazycomplete')
conflicts=('lazycomplete')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/lazycomplete/releases/download/v0.0.19/lazycomplete_0.0.19_Linux_arm64.tar.gz")
sha256sums_aarch64=('100ef050f2be34d5835945b3664308ecf19b78aada8d4317ade88c1db301b7c5')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/lazycomplete/releases/download/v0.0.19/lazycomplete_0.0.19_Linux_i386.tar.gz")
sha256sums_i686=('18e2a8ec900c866b5fbfeccbed7665a8c3e7456ea3456d0a5f93bf708920cdba')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/lazycomplete/releases/download/v0.0.19/lazycomplete_0.0.19_Linux_x86_64.tar.gz")
sha256sums_x86_64=('b6f341b629cfbe67a4c1146c8cb0aa8e33b7761d341d9bda6580dd78d8ed7391')

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