From 6a0b08593be750be4111e9dbe9856eebe50339fd Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 27 Oct 2023 14:40:20 +0200 Subject: [PATCH] New package: bluetuith-0.1.8 --- srcpkgs/bluetuith/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/bluetuith/template diff --git a/srcpkgs/bluetuith/template b/srcpkgs/bluetuith/template new file mode 100644 index 00000000000..a33f6873281 --- /dev/null +++ b/srcpkgs/bluetuith/template @@ -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 " +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 +}