diff --git a/srcpkgs/impala/template b/srcpkgs/impala/template new file mode 100644 index 00000000000..9d3e108c6b5 --- /dev/null +++ b/srcpkgs/impala/template @@ -0,0 +1,17 @@ +# Template file for 'impala' +pkgname=impala +version=0.2.4 +revision=1 +build_style=cargo +depends="iwd" +short_desc="TUI for managing wifi on Linux" +maintainer="Orphaned " +license="GPL-3.0-only" +homepage="https://github.com/pythops/impala" +changelog="https://raw.githubusercontent.com/pythops/impala/main/Release.md" +distfiles="https://github.com/pythops/impala/archive/refs/tags/v${version}.tar.gz" +checksum=550ce667588659af40ff2af6bddcca74fb1a990001ccba7cf16d3739717a70fc + +post_install() { + vdoc Readme.md +}