19 lines
538 B
Bash
19 lines
538 B
Bash
# Template file for 'clinfo'
|
|
pkgname=clinfo
|
|
version=2.2.17.06.14
|
|
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="Public domain"
|
|
homepage="https://github.com/Oblomov/clinfo"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=6179a92bbe1893b7c5b1dff7c8eaba277c194870d17039addf2d389cbb68b87e
|
|
conflicts="catalyst>0 catalyst-opencl>0" # /usr/bin/clinfo
|
|
|
|
do_install() {
|
|
vbin clinfo
|
|
vman man/clinfo.1
|
|
}
|