18 lines
493 B
Bash
18 lines
493 B
Bash
# Template file for 'clinfo'
|
|
pkgname=clinfo
|
|
version=2.0.15.03.24
|
|
revision=1
|
|
build_pie=yes
|
|
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=4b2a8a306547024de65bcf496cabe501a05539702aa790e68868039b977bbcaf
|
|
|
|
do_install() {
|
|
vbin clinfo
|
|
vman man/clinfo.1
|
|
}
|