void-packages/srcpkgs/kdash/template

20 lines
589 B
Bash
Raw Normal View History

2024-06-03 15:59:38 +02:00
# Template file for 'kdash'
pkgname=kdash
2024-06-26 18:06:05 +02:00
version=0.6.0 # renovate kdash-rs/kdash
2024-06-03 15:59:38 +02:00
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
}