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