summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c6593097ecf6faac5af379da36b1eccbd3f8915c (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.

pkgname='zsh-manpage-completion-generator-bin'
pkgver=1.0.2
pkgrel=1
pkgdesc='Automatically generate zsh completions from man page'
url='https://github.com/umlx5h/zsh-manpage-completion-generator'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('zsh-manpage-completion-generator')
conflicts=('zsh-manpage-completion-generator')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/umlx5h/zsh-manpage-completion-generator/releases/download/v1.0.2/zsh-manpage-completion-generator_Linux_arm64.tar.gz")
sha256sums_aarch64=('b0c4535c972de6616d78e80630ae209c6a2a998f22b2fd7026671981a4d5b6a9')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/umlx5h/zsh-manpage-completion-generator/releases/download/v1.0.2/zsh-manpage-completion-generator_Linux_i386.tar.gz")
sha256sums_i686=('34e67066d73fd861df7c8f92c619ad126e2dd84be7273f46334a21b0d83f22dd')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/umlx5h/zsh-manpage-completion-generator/releases/download/v1.0.2/zsh-manpage-completion-generator_Linux_x86_64.tar.gz")
sha256sums_x86_64=('c9561bf319f9360042fa063d002b1f627c32f9f4fe69381c4707929c99b3803f')

package() {
  # bin
  install -Dm755 "./zsh-manpage-completion-generator" "${pkgdir}/usr/bin/zsh-manpage-completion-generator"
}