New package: bluetui-0.6

This commit is contained in:
João Pinto 2025-06-16 00:42:31 +01:00 committed by Duncan Overbruck
parent c341822796
commit 45e162657e

19
srcpkgs/bluetui/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'bluetui'
pkgname=bluetui
version=0.6
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="dbus-devel"
depends="dbus bluez"
short_desc="TUI for managing bluetooth devices"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/pythops/bluetui"
changelog="https://github.com/pythops/bluetui/blob/master/Release.md"
distfiles="https://github.com/pythops/bluetui/archive/refs/tags/v${version}.tar.gz"
checksum=142102957ff30439f9938e4b57750b5c399f33e94a20416cfbcbe239b20cdba8
post_install() {
vdoc Readme.md
}