blob: c024384e5bae75f8db24a5a69d82dfed1501bc94 (
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
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Leo Robinovitch <leorobinovitch@gmail.com>
pkgname='wander-bin'
pkgver=1.1.0
pkgrel=1
pkgdesc='An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster.'
url='https://github.com/robinovitch61/wander'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('wander')
conflicts=('wander')
depends=('glibc')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/robinovitch61/wander/releases/download/v1.1.0/wander_1.1.0_Linux_arm64.tar.gz")
sha256sums_aarch64=('dcc4ec781b0ce3a16ae53986680ea703d8cc863adeffce9c16fd780d45bbe5f6')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/robinovitch61/wander/releases/download/v1.1.0/wander_1.1.0_Linux_i386.tar.gz")
sha256sums_i686=('a61f2e0f1baaba890a449560caa89e274aa62ff0ddb05fa6551fd7964d1cddd8')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/robinovitch61/wander/releases/download/v1.1.0/wander_1.1.0_Linux_x86_64.tar.gz")
sha256sums_x86_64=('1d82191134ac213a36d1cee0aa9a91fb86de4344cce3649a2f45c5e25f58a1d1')
package() {
install -Dm755 "./wander" "${pkgdir}/usr/bin/wander"
}
|