20 lines
821 B
Bash
20 lines
821 B
Bash
# Template file for 'gamehub'
|
|
pkgname=gamehub
|
|
version=0.16.0
|
|
revision=1
|
|
wrksrc="GameHub-${version}-1-master"
|
|
build_style=meson
|
|
hostmakedepends="glib-devel pkg-config vala"
|
|
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://tkashkin.tk/projects/gamehub/"
|
|
distfiles="https://github.com/tkashkin/GameHub/archive/${version}-1-master.tar.gz"
|
|
checksum=4244c914d7427933727ec0611886720b9325c4d4a852e0e8c283f6331ebd30e2
|
|
|
|
post_install() {
|
|
vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications com.github.tkashkin.gamehub.desktop
|
|
}
|