добавление portproton

This commit is contained in:
e.khramov 2022-11-02 14:26:55 +03:00
parent 099acd1e3f
commit 9a176caa10

24
portproton/lure.sh Normal file

@ -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
#}