You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
461 B
8 lines
461 B
TERMUX_PKG_HOMEPAGE=https://ccache.samba.org
|
|
TERMUX_PKG_DESCRIPTION="Compiler cache for fast recompilation of C/C++ code"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
|
|
TERMUX_PKG_VERSION=3.7.5
|
|
TERMUX_PKG_SRCURL=https://github.com/ccache/ccache/releases/download/v$TERMUX_PKG_VERSION/ccache-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=e51c611a3da865754cb0ff1ddd95bd7a6acac603576c0bd39583f8cc30af28d2
|
|
TERMUX_PKG_DEPENDS="zlib"
|
|
|