linux_void/srcpkgs/supersonic-desktop/template

21 lines
952 B
Plaintext

# Template file for 'supersonic-desktop'
pkgname=supersonic-desktop
version=0.9.1
revision=0
build_style=go
go_import_path="github.com/dweymouth/supersonic"
hostmakedepends="pkg-config gcc"
makedepends="libglvnd-devel mpv-devel libX11-devel libayatana-appindicator-devel libsecret-devel libXxf86vm-devel"
depends="libsecret libayatana-appindicator"
short_desc="Full-featured, mpv-based music player for Subsonic and Jellyfin servers"
maintainer="ITmodulo <itmodulo@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/dweymouth/supersonic"
distfiles="https://github.com/dweymouth/supersonic/archive/refs/tags/v${version}.tar.gz"
checksum=4911901c92883a9912a5b34fdaf524969d959ef9f7fdca19fb9647ace68d7301
post_install() {
mv ${DESTDIR}/usr/bin/supersonic "${DESTDIR}/usr/bin/supersonic-desktop"
vinstall res/appicon.png 644 usr/share/pixmaps supersonic-desktop.png
vinstall res/supersonic-desktop.desktop 644 usr/share/applications
}