From 5113e557c17c22668f7fd55d06936b2250bb469b Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 20 Oct 2019 08:42:55 +0300 Subject: [PATCH] license Signed-off-by: fbt --- LICENCE | 21 --------------------- PKGBUILD | 6 +++++- 2 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 LICENCE diff --git a/LICENCE b/LICENCE deleted file mode 100644 index e29ded5..0000000 --- a/LICENCE +++ /dev/null @@ -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. diff --git a/PKGBUILD b/PKGBUILD index 0c9922e..c2dd250 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jack L. Frost 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'