New package: impala-0.2.4

This commit is contained in:
João Pinto 2025-06-16 01:07:19 +01:00 committed by Duncan Overbruck
parent 433b255c98
commit c341822796

17
srcpkgs/impala/template Normal file
View file

@ -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 <orphan@voidlinux.org>"
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
}