summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: abf07a70ffa7f75e5bd4e263257ac4c203fa6019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: archertech ac@archertech.ru
# Contributor: winlu <derwinlu@gmail.com>

pkgname=camel-k-bin
pkgver=1.9.1
pkgrel=1
pkgdesc="Apache Camel K (a.k.a. Kamel) is a lightweight integration framework built from Apache Camel that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures."
url="https://github.com/apache/camel-k"
license=('Apache 2.0')
arch=('x86_64')

source_x86_64=("https://github.com/apache/camel-k/releases/download/v${pkgver}/camel-k-client-${pkgver}-linux-64bit.tar.gz")
sha256sums_x86_64=('0c89c16d4ada98694c2788606b128f1955fece02366896963ae1eb3836feb1e0')


package() {
    install -Dm755 "$srcdir/kamel" "$pkgdir/usr/bin/kamel"
}