18 lines
488 B
Bash
18 lines
488 B
Bash
# Template file for 'bluetuith'
|
|
pkgname=bluetuith
|
|
version=0.2.3
|
|
revision=2
|
|
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=ff4ca6e5fda87b33c472b703c81b4000d1df4efb2bdc0af1762e4a3e3c507228
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|