From 5f39f7a359b359a7b04c27e726b565c33d61eec1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 May 2015 10:26:14 +0200 Subject: [PATCH] New package: clinfo-2.0.15.03.24 --- srcpkgs/clinfo/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/clinfo/template 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 +}