license
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
5e8b914cfe
commit
5113e557c1
21
LICENCE
21
LICENCE
|
@ -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.
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||||
pkgname='dxvk-bin'
|
pkgname='dxvk-bin'
|
||||||
pkgver=1.4.3
|
pkgver=1.4.3
|
||||||
pkgrel=3
|
pkgrel=5
|
||||||
pkgdesc='Vulkan-based D3D11 and D3D10 implementation for Linux / Wine'
|
pkgdesc='Vulkan-based D3D11 and D3D10 implementation for Linux / Wine'
|
||||||
arch=( 'x86_64' )
|
arch=( 'x86_64' )
|
||||||
url='https://github.com/doitsujin/dxvk'
|
url='https://github.com/doitsujin/dxvk'
|
||||||
|
@ -16,6 +16,10 @@ package() {
|
||||||
|
|
||||||
mkdir -pm755 "$pkgdir/usr/bin"
|
mkdir -pm755 "$pkgdir/usr/bin"
|
||||||
ln -s /usr/share/dxvk/setup_dxvk.sh "$pkgdir/usr/bin/setup_dxvk"
|
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'
|
sha1sums=('4d065fda6bd164996c8e73eb63f2d57c12cb66bb'
|
||||||
|
|
Reference in New Issue
Block a user