void-packages/srcpkgs/goodvibes/template
2021-01-22 01:07:12 -03:00

21 lines
883 B
Bash

# Template file for 'goodvibes'
pkgname=goodvibes
version=0.6.2
revision=2
wrksrc="goodvibes-v${version}"
build_style=meson
hostmakedepends="appstream-glib desktop-file-utils pkg-config gettext"
makedepends="amtk-devel dconf-devel glib-devel gst-plugins-base1-devel
gtk+3-devel libkeybinder3-devel libsoup-devel"
depends="desktop-file-utils hicolor-icon-theme gst-plugins-good1 gst-plugins-ugly1"
short_desc="Light and simple internet radio player"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/goodvibes/goodvibes"
changelog="https://gitlab.com/goodvibes/goodvibes/-/raw/master/NEWS"
distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
checksum=01eb5dd4853e0f38b159b7f46d87507b8c524cb4a29df899961684873eab4fdc
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"
fi