ccache: update to 3.6.
This commit is contained in:
parent
eafa03c638
commit
a156c557cb
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.5.1a
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${version%a}
|
||||
version=3.6
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
make_check_args="CC=gcc"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A Fast C/C++ Compiler Cache"
|
||||
checkdepends="perl"
|
||||
short_desc="Fast C/C++ Compiler Cache"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://ccache.samba.org/"
|
||||
changelog="https://ccache.samba.org/news.html"
|
||||
license="GPL-3.0-or-later"
|
||||
distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=0baea2c5bc4169ed3dad1f895e6d279323c5b8d3c9f0209998fe6da4601d0701
|
||||
checksum=a6b129576328fcefad00cb72035bc87bc98b6a76aec0f4b59bed76d67a399b1f
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/ccache/bin
|
||||
|
|
Loading…
Reference in New Issue