tidy5: link against libtidy5.

This commit is contained in:
Leah Neukirchen 2017-11-26 16:23:31 +01:00
parent dbae2a6eb9
commit 167394648e

View file

@ -1,10 +1,11 @@
# Template file for 'tidy5' # Template file for 'tidy5'
pkgname=tidy5 pkgname=tidy5
version=5.6.0 version=5.6.0
revision=1 revision=2
_reponame=tidy-html5 _reponame=tidy-html5
wrksrc="${_reponame}-${version}" wrksrc="${_reponame}-${version}"
build_style=cmake build_style=cmake
configure_args="-DTIDY_CONSOLE_SHARED=ON"
cmake_builddir=build/cmake cmake_builddir=build/cmake
hostmakedepends="libxslt" hostmakedepends="libxslt"
short_desc="Tool to tidy down your HTML/HTML5 code to a clean style" short_desc="Tool to tidy down your HTML/HTML5 code to a clean style"