21 lines
952 B
Plaintext
21 lines
952 B
Plaintext
# Template file for 'supersonic-desktop'
|
|
pkgname=supersonic-desktop
|
|
version=0.9.0
|
|
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=72284757454830e0a20c803ef156f9a8c3f932c705c4d07c61aea4dbb2aa03ed
|
|
|
|
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
|
|
} |