From 4efb7b6720db3e7ad1b2b94cb0af69288ed75967 Mon Sep 17 00:00:00 2001 From: Soulful Sailer Date: Fri, 10 Apr 2026 08:34:34 -0500 Subject: [PATCH] New package: SubTUI-2.13.1 --- srcpkgs/SubTUI/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/SubTUI/template diff --git a/srcpkgs/SubTUI/template b/srcpkgs/SubTUI/template new file mode 100644 index 00000000000000..30574e0bdcd5d0 --- /dev/null +++ b/srcpkgs/SubTUI/template @@ -0,0 +1,18 @@ +# Template file for 'SubTUI' +pkgname=SubTUI +version=2.13.1 +revision=1 +build_style=go +go_import_path=github.com/MattiaPun/SubTUI/v2 +hostmakedepends="go" +depends="mpv" +short_desc="Lightweight Subsonic TUI music player with scrobbling support" +maintainer="Soulful Sailer " +license="MIT" +homepage="https://github.com/MattiaPun/SubTUI" +distfiles="https://github.com/MattiaPun/SubTUI/archive/refs/tags/v${version}.tar.gz" +checksum=2338eb53c380b382061fdfb5a07c8b682af779d96e040fb1a8840c567fcd59ba + +post_install() { + vlicense LICENSE +}