diff --git a/srcpkgs/clinfo/template b/srcpkgs/clinfo/template new file mode 100644 index 00000000000..f9247609655 --- /dev/null +++ b/srcpkgs/clinfo/template @@ -0,0 +1,18 @@ +# 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 " +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 +}