mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 13:03:31 +00:00
3ec82277d7
The termux_git_clone_src script has been updated and now expects git urls to start with git+ instead. %ci:no-build
11 lines
457 B
Bash
11 lines
457 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/krrishnarraj/clpeak
|
|
TERMUX_PKG_DESCRIPTION="A tool which profiles OpenCL devices to find their peak capacities"
|
|
TERMUX_PKG_LICENSE="Unlicense"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.1.2
|
|
TERMUX_PKG_REVISION=3
|
|
TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION
|
|
TERMUX_PKG_SRCURL=git+https://github.com/krrishnarraj/clpeak
|
|
TERMUX_PKG_BUILD_DEPENDS="opencl-headers, opencl-clhpp"
|
|
TERMUX_PKG_DEPENDS="libc++, ocl-icd"
|