Skip to content

Commit

Permalink
contrib/clinfo: new package (3.0.23.01.25)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-eater authored and q66 committed May 21, 2023
1 parent 0b69f4f commit 888c1e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions contrib/clinfo/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pkgname = "clinfo"
pkgver = "3.0.23.01.25"
pkgrel = 0
build_style = "makefile"
make_cmd = "gmake"
hostmakedepends = ["gmake"]
makedepends = ["ocl-icd-devel"]
pkgdesc = "OpenCL info dumper"
maintainer = "eater <=@eater.me>"
license = "CC0-1.0"
url = "https://github.com/Oblomov/clinfo"
source = f"https://github.com/Oblomov/clinfo/archive/{pkgver}.tar.gz"
sha256 = "6dcdada6c115873db78c7ffc62b9fc1ee7a2d08854a3bccea396df312e7331e3"
# no tests available
options = ["!check"]

def do_install(self):
self.install_bin("clinfo")
self.install_man("man1/clinfo.1")

0 comments on commit 888c1e6

Please sign in to comment.