ccache: fix build of documentation
upstream (63239e9563) switched from asciidoc to asciidoctor
This commit is contained in:
parent
5c8f725119
commit
e697408c5c
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=4.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF"
|
||||
hostmakedepends="asciidoc perl"
|
||||
hostmakedepends="ruby-asciidoctor perl"
|
||||
makedepends="libzstd-devel zlib-devel"
|
||||
short_desc="Fast C/C++ Compiler Cache"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue