New package: bluetuith-0.1.8

This commit is contained in:
Bnyro 2023-10-27 14:40:20 +02:00 committed by Piraty
parent cf97d9a4cf
commit 6a0b08593b

View File

@ -0,0 +1,17 @@
# Template file for 'bluetuith'
pkgname=bluetuith
version=0.1.8
revision=1
build_style=go
go_import_path="github.com/darkhz/bluetuith"
depends="bluez dbus"
short_desc="TUI bluetooth manager"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://darkhz.github.io/bluetuith"
distfiles="https://github.com/darkhz/bluetuith/archive/refs/tags/v${version}.tar.gz"
checksum=5e9c39df489503f7741b6c7f4ad4ca3fbb13e45145a58cd9bfd07e10364d321a
post_install() {
vlicense LICENSE
}