summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1c5908b2d231dba278bfe2fb7b82f06db37a4e95 (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
26
27
28
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Ben Lavery-Griffiths <ben at lavery-griffiths dot com>

pkgname='zht-bin'
pkgver=0.3.0
pkgrel=1
pkgdesc='The ZSH History Tool'
url='https://github.com/forquare/zht'
arch=('aarch64' 'armv6h' 'i686' 'x86_64')
license=('MIT')
provides=('zht')
conflicts=('zht')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/forquare/zht/releases/download/0.3.0/zht_Linux_ARM64.tar.gz")
sha256sums_aarch64=('bec64a9749e49c442d270ba44155668a40ec68dd0c8a39160e56c9333584b544')

source_armv6h=("${pkgname}_${pkgver}_armv6h.tar.gz::https://github.com/forquare/zht/releases/download/0.3.0/zht_Linux_ARMv6.tar.gz")
sha256sums_armv6h=('48eb4a74d4f82dd0b52b6e66cfcab168db01a7fe1f0793bcc31973bcbca1b1f4')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/forquare/zht/releases/download/0.3.0/zht_Linux_32bit.tar.gz")
sha256sums_i686=('577d1c9fad5fdc39e0aecf7bff0b2adb1247740459a5fc261e3dde07d1f315ed')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/forquare/zht/releases/download/0.3.0/zht_Linux_64bit.tar.gz")
sha256sums_x86_64=('367e677589042ed8d23ee84c99be9398bf3897d4bd2a88ccec79031033aa56bc')

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