From f2967f79ca5822bd4bbdd87d9538e6b0dc1bd194 Mon Sep 17 00:00:00 2001 From: xolophreny Date: Sat, 6 Feb 2021 03:43:16 +0500 Subject: [PATCH] New package: linux-steam-integration-0.7.3 --- srcpkgs/linux-steam-integration/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/linux-steam-integration/template diff --git a/srcpkgs/linux-steam-integration/template b/srcpkgs/linux-steam-integration/template new file mode 100644 index 00000000000..d00385ce4ef --- /dev/null +++ b/srcpkgs/linux-steam-integration/template @@ -0,0 +1,20 @@ +# Template file for 'linux-steam-integration' +pkgname=linux-steam-integration +version=0.7.3 +revision=1 +archs="x86_64 i686" +build_style=meson +configure_args="-Dwith-shim=co-exist \ + -Dwith-steam-binary=/usr/bin/steam \ + -Dwith-new-libcxx-abi=true \ + -Dwith-libressl-mode=native \ + -Dwith-frontend=true" +hostmakedepends="pkg-config" +makedepends="gtk+3-devel" +depends="gtk+3 glib glibc steam" +short_desc="Helper for enabling better Steam integration on Linux" +maintainer="xolophreny " +license="LGPL-2.1-only" +homepage="https://github.com/clearlinux/linux-steam-integration" +distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz" +checksum="be8f391ad786c09aa74aec83dc9077adf0863f92f297a1d361dfd61ed1108d41"