19 lines
557 B
Bash
19 lines
557 B
Bash
# Template file for 'SubTUI'
|
|
pkgname=SubTUI
|
|
version=2.14.3
|
|
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 <soulful.sailer@entropic.pro>"
|
|
license="MIT"
|
|
homepage="https://github.com/MattiaPun/SubTUI"
|
|
distfiles="https://github.com/MattiaPun/SubTUI/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=71f8882811ff4161ebfeb92bc3c1e9466cff99ff541eb60d20173c7fe46eb7b2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|