# Template file for 'wiremix'
pkgname=wiremix
version=0.11.0
revision=1
build_style=cargo
hostmakedepends="pkg-config clang"
makedepends="pipewire-devel"
short_desc="Simple TUI audio mixer for PipeWire"
maintainer="Dora 'cat' <cat@thenight.club>"
license="MIT OR Apache-2.0"
homepage="https://github.com/tsowell/wiremix/"
changelog="https://raw.githubusercontent.com/tsowell/wiremix/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/tsowell/wiremix/archive/refs/tags/v${version}.tar.gz"
checksum=62a7cace79c9af537e0917a6d4e5da66b2efe2b4abc5f08c0fbaed727acc8c9f

post_install() {
	vinstall wiremix.desktop 644 usr/share/applications
	vsconf wiremix.toml
	vlicense LICENSE-MIT
}
