18 lines
555 B
Bash
18 lines
555 B
Bash
# Template file for 'clinfo'
|
|
pkgname=clinfo
|
|
version=2.2.18.04.06
|
|
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="https://github.com/Oblomov/clinfo/archive/${version}.tar.gz"
|
|
checksum=f77021a57b3afcdebc73107e2254b95780026a9df9aa4f8db6aff11c03f0ec6c
|
|
conflicts="catalyst>0 catalyst-opencl>0" # /usr/bin/clinfo
|
|
|
|
do_install() {
|
|
vbin clinfo
|
|
vman man1/clinfo.1
|
|
}
|