1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=eglexternalplatform
6 pkgdesc="EGL External Platform interface"
7 url=https://github.com/NVIDIA/eglexternalplatform
12 _commit=7c8f8e2218e46b1a4aa9538520919747f1184d86 # tags/1.1
13 source=("git+$url#commit=$_commit")
18 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
27 install -Dt "$pkgdir/usr/include/EGL" -m644 interface/*
28 install -Dt "$pkgdir/usr/share/pkgconfig" -m644 *.pc
29 install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING