19 lines
533 B
Bash
19 lines
533 B
Bash
# Template file for 'clinfo'
|
|
pkgname=clinfo
|
|
version=2.2.18.03.15
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="ocl-icd-devel"
|
|
short_desc="Prints all information about OpenCL in the system"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="CC0-1.0"
|
|
homepage="https://github.com/Oblomov/clinfo"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=32e9aea9f16322193f4bd657f1f2c359d0b6ed71b300b11023aa7f3d9a19223c
|
|
conflicts="catalyst>0 catalyst-opencl>0" # /usr/bin/clinfo
|
|
|
|
do_install() {
|
|
vbin clinfo
|
|
vman man1/clinfo.1
|
|
}
|