From 9a176caa10ae297ce8a2b669f4993d2532ca4344 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Wed, 2 Nov 2022 14:26:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20portproton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portproton/lure.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 portproton/lure.sh diff --git a/portproton/lure.sh b/portproton/lure.sh new file mode 100644 index 0000000..ebdc763 --- /dev/null +++ b/portproton/lure.sh @@ -0,0 +1,24 @@ +name='portproton' +version='1.0' +release='1' +desc='PortProton is a project designed to make it easy and convenient to run Windows games on Linux for both beginners and advanced users.' +homepage='https://linux-gaming.ru/' +architectures='amd64' +licenses='MIT' +provides='portproton' +conflicts='portproton' +deps_amd64_redos=('sysvinit-tools' 'curl' 'libcurl4' 'icoutils' 'wget' 'zenity' 'bubblewrap' 'zstd' 'cabextract' 'tar' 'libvulkan1' 'lib64vulkan1'\ +'vulkan.x86_64' 'vulkan.i686' 'vkd3d.x86_64' 'vkd3d.i686' 'coreutils' 'file' 'libc6' 'libnss3' 'xz' 'bubblewrap' 'xdg-utils' 'openssl' 'bc' 'libgl1'\ +'lib64freetype2' 'libfreetype2' 'lib64txc-dxtn' 'libtxc-dxtn' 'coreutils' 'lib64opencl1' 'libopencl1' 'libdrm2' 'libdrm2.i686' 'mesa.i686') +#build_deps=('') +sources=("https://github.com/Castro-Fidel/PortWINE.git") +checksums=('SKIP') + +prepare() { +cd "${srcdir}" +} + +#package() { +#install -Dm755 + +#}