summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c6593097ecf6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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"
+}