blob: 64ee30feb3f54aa59ec9c082b9699eb275e3f0b2 (
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
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: NucleoFusion <lakshit.singh.mail@gmail.com>
pkgname='cruise-bin'
pkgver=1.2.1
pkgrel=1
pkgdesc='Cruise is a powerful, intuitive, and fully-featured container management TUI '
url='https://cruise-org.github.io'
arch=('aarch64' 'armv7h' 'x86_64')
license=('Apache-2.0')
provides=('cruise')
conflicts=('cruise')
optdepends=('trivy' 'grype')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/cruise-org/cruise/releases/download/v${pkgver}/cruise_Linux_arm64.tar.gz")
sha256sums_aarch64=('3c18f8e61ca4571a8edce29d83c72f0f988bf91cb73d803e08db2a0c5526b4d0')
source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/cruise-org/cruise/releases/download/v${pkgver}/cruise_Linux_armv7.tar.gz")
sha256sums_armv7h=('d14d4e90c69b72a7a22819c91f955bf521ecf90fd9352086360a5fc420fb31b0')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/cruise-org/cruise/releases/download/v${pkgver}/cruise_Linux_x86_64.tar.gz")
sha256sums_x86_64=('739af948c57b57d12d8cfb444c55b6db95c7a0d5b5d29a728cf0f6b632621b6f')
package() {
install -Dm755 "./cruise" "${pkgdir}/usr/bin/cruise"
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/cruise/LICENSE"
}
|