18 lines
556 B
Bash
18 lines
556 B
Bash
# Template file for 'clinfo'
|
|
pkgname=clinfo
|
|
version=3.0.21.02.21
|
|
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=e52f5c374a10364999d57a1be30219b47fb0b4f090e418f2ca19a0c037c1e694
|
|
conflicts="catalyst>0 catalyst-opencl>0" # /usr/bin/clinfo
|
|
|
|
do_install() {
|
|
vbin clinfo
|
|
vman man1/clinfo.1
|
|
}
|