just have a local copy ffs
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
beeed17402
commit
425f8bc223
21
LICENCE
Normal file
21
LICENCE
Normal file
|
@ -0,0 +1,21 @@
|
|||
Copyright (c) 2017-2019 Philip Rebohle
|
||||
|
||||
zlib/libpng license
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
– The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
|
||||
– Altered source versions must be plainly marked as such, and must not
|
||||
be misrepresented as being the original software.
|
||||
|
||||
– This notice may not be removed or altered from any source distribution.
|
3
PKGBUILD
3
PKGBUILD
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||
pkgname='dxvk-bin'
|
||||
pkgver=1.4.3
|
||||
_tag_rel='ad3542f4fce2e89c24801b40b1aace7ca54c4cc6'
|
||||
pkgrel=2
|
||||
pkgdesc='Vulkan-based D3D11 and D3D10 implementation for Linux / Wine'
|
||||
arch=( 'x86_64' )
|
||||
|
@ -8,7 +9,7 @@ url='https://github.com/doitsujin/dxvk'
|
|||
license=( 'custom' )
|
||||
depends=( 'vulkan-icd-loader' 'lib32-vulkan-icd-loader' 'wine' )
|
||||
source=( "https://github.com/doitsujin/dxvk/releases/download/v${pkgver}/dxvk-${pkgver}.tar.gz"
|
||||
"https://raw.githubusercontent.com/doitsujin/dxvk/master/LICENSE" )
|
||||
'LICENSE' )
|
||||
|
||||
package() {
|
||||
mkdir -pm755 "$pkgdir/usr/share/dxvk"
|
||||
|
|
Reference in New Issue
Block a user