summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af86d63619a8990e984dd31945669d0bd8b1c867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: satcom886 <rostik.medved@gmail.com>

pkgname=vc4clstdlib-git
pkgver=1
pkgrel=1
pkgdesc="VC4CL implementation of the OpenCL standard-library and is required to build the VC4C compiler"
arch=('any')
url="https://github.com/doe300/VC4CLStdLib"
license=('MIT')
groups=()
depends=()
makedepends=('wget')
optdepends=()
provides=('opencl-pi' 'opencl-vc4' 'opencl-driver')
source=("https://github.com/doe300/VC4CLStdLib/archive/master.tar.gz")
md5sums=('SKIP')
_reponame=VC4CLStdLib

package() {
	cd $srcdir/_$reponame-master
	mkdir -p $pkgdir/usr/include/$pkgname/include
	cp include/* $pkgdir/usr/include/$pkgname/include/
}