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 +}