blob: c58fd4131d6cec89d3616f517bafcc88cc7f6640 (
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: Abhimanyu Sharma <abhimanyusharma003@gmail.com>
pkgname='kubewall-bin'
pkgver=0.0.11
pkgrel=1
pkgdesc='kubewall is a single binary to manage multiple clusters.'
url='https://github.com/kubewall/kubewall'
arch=('aarch64' 'i686' 'x86_64')
license=('Apache License 2.0')
provides=('kubewall')
conflicts=('kubewall')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/kubewall/kubewall/releases/download/v0.0.11/kubewall_Linux_arm64.tar.gz")
sha256sums_aarch64=('f2d954f8f998394c09de98ee9e3de85a5b480b129a00f9496a8dffcc5548ab35')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/kubewall/kubewall/releases/download/v0.0.11/kubewall_Linux_i386.tar.gz")
sha256sums_i686=('92ea4197ad7e3be171c5ae60134080c8fd2ceecb3569c0a29f31a47d378fc866')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/kubewall/kubewall/releases/download/v0.0.11/kubewall_Linux_x86_64.tar.gz")
sha256sums_x86_64=('52c6de623aad473ec82e6fe94fda5bf4501c85f84713f4f8a1461e38fcb0e6d3')
package() {
install -Dm755 "./kubewall" "${pkgdir}/usr/bin/kubewall"
}
|