ccache: fix build of documentation

upstream (63239e9563) switched from asciidoc to asciidoctor
This commit is contained in:
Piraty 2022-01-05 21:53:22 +01:00
parent 5c8f725119
commit e697408c5c
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -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>"