From 9a6d76ce2858b0ab7944fbfc717e9a5e51522777 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..e8702bed171 --- /dev/null +++ b/srcpkgs/linux-steam-integration/template @@ -0,0 +1,19 @@ +# 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" +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"