void-packages/srcpkgs/gamehub/template

20 lines
801 B
Bash

# Template file for 'gamehub'
pkgname=gamehub
version=0.16.3
revision=1
build_style=meson
hostmakedepends="glib-devel pkg-config vala gettext"
makedepends="granite-devel libglib-devel webkit2gtk-devel json-glib-devel
libgee08-devel libsoup-devel sqlite-devel libxml2-devel polkit-devel
libmanette-devel libX11-devel libXtst-devel"
short_desc="All your games in one place"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/tkashkin/GameHub/"
distfiles="https://github.com/tkashkin/GameHub/archive/refs/tags/${version}-2-master.tar.gz"
checksum=3ff1fcb22342f3327f56278587c9ed7eb26fba8d56bb295ac7ed7dd80d5d5b9a
post_install() {
vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications com.github.tkashkin.gamehub.desktop
}