summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLW-archlinux2017-05-22 16:40:41 +0200
committerLW-archlinux2017-05-22 16:40:41 +0200
commit6459253b5f14ed5a822b1c1bf8d042725b323371 (patch)
tree7659cf6ba910512c5d0ed1bdd01690195ce89a2d /PKGBUILD
downloadaur-6459253b5f14ed5a822b1c1bf8d042725b323371.tar.gz
first release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..63332aa8c6ad
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Lone_Wolf <lonewolf AT xs4all DOT nl>
+
+pkgname=dummy-opengl-driver-git
+pkgver=1
+pkgrel=1
+pkgdesc="Transactional package to build mesa-git against libglvnd"
+url="http://mesa3d.sourceforge.net"
+arch=('any')
+license=('unknown')
+provides=('opengl-driver')
+
+build() {
+ echo "Nothing to build"
+}
+
+package() {
+ echo "Nothing to package"
+}