From 834efbc143335b8d9717bc51d7b9ee994e06ec78 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 | 19 +++++++++++++++++++ 1 file changed, 19 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..df5246a3220 --- /dev/null +++ b/srcpkgs/linux-steam-integration/template @@ -0,0 +1,19 @@ +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"