This repository has been archived on 2024-10-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dxvk-bin/PKGBUILD
T

24 lines
814 B
Bash
Raw Normal View History

2019-10-20 08:01:37 +03:00
# Maintainer: Jack L. Frost <fbt@fleshless.org>
2019-10-20 08:09:04 +03:00
pkgname='dxvk-bin'
2019-10-20 08:01:37 +03:00
pkgver=1.4.3
2019-10-20 08:19:54 +03:00
_tag_rel='ad3542f4fce2e89c24801b40b1aace7ca54c4cc6'
2019-10-20 08:12:27 +03:00
pkgrel=2
2019-10-20 08:01:37 +03:00
pkgdesc='Vulkan-based D3D11 and D3D10 implementation for Linux / Wine'
arch=( 'x86_64' )
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"
2019-10-20 08:19:54 +03:00
'LICENSE' )
2019-10-20 08:01:37 +03:00
package() {
mkdir -pm755 "$pkgdir/usr/share/dxvk"
tar -xf "dxvk-$pkgver.tar.gz" -C "$pkgdir/usr/share/dxvk" --strip-components=1
mkdir -pm755 "$pkgdir/usr/bin"
ln -s /usr/share/dxvk/setup_dxvk.sh "$pkgdir/usr/bin/setup_dxvk"
}
sha1sums=('4d065fda6bd164996c8e73eb63f2d57c12cb66bb'
'4a83b2fbabc7965ffeffdda9b49248867c18e621')