diff --git a/srcpkgs/kdash/template b/srcpkgs/kdash/template new file mode 100644 index 00000000000..c5c0af811fc --- /dev/null +++ b/srcpkgs/kdash/template @@ -0,0 +1,19 @@ +# Template file for 'kdash' +pkgname=kdash +version=0.6.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="oniguruma-devel" +short_desc="Simple and fast dashboard for Kubernetes" +maintainer="Luca Bilke " +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 +}