[arch-commits] Commit in vkd3d/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 25 17:21:10 UTC 2019


    Date: Friday, January 25, 2019 @ 17:21:08
  Author: felixonmars
Revision: 427890

archrelease: copy trunk to community-x86_64

Added:
  vkd3d/repos/community-x86_64/
  vkd3d/repos/community-x86_64/PKGBUILD
    (from rev 427889, vkd3d/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: vkd3d/repos/community-x86_64/PKGBUILD (from rev 427889, vkd3d/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-01-25 17:21:08 UTC (rev 427890)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang
+
+pkgname=vkd3d
+pkgver=1.1
+pkgrel=1
+pkgdesc='Direct3D 12 to Vulkan translation library By WineHQ'
+arch=('x86_64')
+url='https://github.com/d3d12/vkd3d'
+license=('LGPL')
+depends=('vulkan-icd-loader')
+makedepends=('spirv-headers' 'vulkan-headers' 'xcb-util-keysyms')
+source=("https://dl.winehq.org/vkd3d/source/vkd3d-$pkgver.tar.xz")
+sha1sums=('00e784c2112acec0b8ef80ea547ed09c136335e8')
+
+prepare() {
+  cd vkd3d-$pkgver
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd vkd3d-$pkgver
+  make
+}
+
+package() {
+  cd vkd3d-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list