Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-10-20 08:42:55 +03:00
parent 5e8b914cfe
commit 5113e557c1
2 changed files with 5 additions and 22 deletions

21
LICENCE
View File

@ -1,21 +0,0 @@
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.

View File

@ -1,7 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname='dxvk-bin'
pkgver=1.4.3
pkgrel=3
pkgrel=5
pkgdesc='Vulkan-based D3D11 and D3D10 implementation for Linux / Wine'
arch=( 'x86_64' )
url='https://github.com/doitsujin/dxvk'
@ -16,6 +16,10 @@ package() {
mkdir -pm755 "$pkgdir/usr/bin"
ln -s /usr/share/dxvk/setup_dxvk.sh "$pkgdir/usr/bin/setup_dxvk"
mkdir -pm755 "$pkgdir/usr/share/licenses/${pkgname}"
cp LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
chmod 644 "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}
sha1sums=('4d065fda6bd164996c8e73eb63f2d57c12cb66bb'