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