17 lines
479 B
Bash
17 lines
479 B
Bash
# Template file for 'clinfo'
|
|
pkgname=clinfo
|
|
version=2.1.17.02.09
|
|
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=ae2b2ae0d287b1ec310844bbd3ae95f3cf8589dd356c736a6fe3133427df438d
|
|
|
|
do_install() {
|
|
vbin clinfo
|
|
vman man/clinfo.1
|
|
}
|