void-packages/srcpkgs/bluetuith/template

18 lines
488 B
Bash
Raw Normal View History

2023-10-27 14:40:20 +02:00
# Template file for 'bluetuith'
pkgname=bluetuith
2024-04-06 11:48:41 +02:00
version=0.2.2
2023-10-27 14:40:20 +02:00
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"
2024-04-06 11:48:41 +02:00
checksum=2a02f51c53668fa3171e642e25f268fc50fbb2438f764956fb7cd46fb786083d
2023-10-27 14:40:20 +02:00
post_install() {
vlicense LICENSE
}