18 lines
528 B
Bash
18 lines
528 B
Bash
# Template file for 'impala'
|
|
pkgname=impala
|
|
version=0.8.1
|
|
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=674dee2df6e2ca99c4a5cd989c9d68e7d7c4a103e2ac7089b672a72251fb1de3
|
|
|
|
post_install() {
|
|
vdoc Readme.md
|
|
}
|