void-packages/srcpkgs/plattenalbum/template

22 lines
827 B
Bash

# Template file for 'plattenalbum'
pkgname=plattenalbum
version=2.2.1
revision=1
build_style=meson
hostmakedepends="gettext pkg-config glib-devel gtk4-update-icon-cache desktop-file-utils"
makedepends="gtk4-devel libadwaita-devel"
depends="python3-mpd2 python3-gobject gtk4 libadwaita mpd"
short_desc="Simple music browser for MPD"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/SoongNoonien/plattenalbum/"
changelog="https://github.com/SoongNoonien/plattenalbum/releases"
distfiles="https://github.com/SoongNoonien/plattenalbum/archive/refs/tags/v$version.tar.gz"
checksum=38495a0989f3a5b8049e2ec0a17bfb94ea60ab892ec001ac2f12a9e9a6c4f80b
mpdevil_package() {
build_style=meta
short_desc+=" - transitional dummy package"
depends="${sourcepkg}>=${version}_${revision}"
}