20 lines
589 B
Bash
20 lines
589 B
Bash
# Template file for 'kdash'
|
|
pkgname=kdash
|
|
version=0.6.0 # renovate kdash-rs/kdash
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="oniguruma-devel"
|
|
short_desc="Simple and fast dashboard for Kubernetes"
|
|
maintainer="Luca Bilke <luca@bil.ke>"
|
|
license="MIT"
|
|
homepage="https://kdash.cli.rs/"
|
|
changelog="https://raw.githubusercontent.com/kdash-rs/kdash/main/CHANGELOG.md"
|
|
distfiles="https://github.com/kdash-rs/kdash/archive/v${version}.tar.gz"
|
|
checksum=55acffd0091673984ae15fd4c869de92abbea598654363394caf057db3434bc0
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|