Skip to content
Snippets Groups Projects
Commit 4d858af0 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/tidyhtml: move symlink to libs

Related to #13341
parent 8fae451e
1 merge request!29086community/tidyhtml: move symlink to libs
Pipeline #105607 canceled
......@@ -4,7 +4,7 @@
pkgname=tidyhtml
_pkgreal=tidy-html5
pkgver=5.8.0
pkgrel=0
pkgrel=1
pkgdesc="Tool to tidy down your HTML code to a clean style"
arch=all
url="https://www.html-tidy.org"
......@@ -33,6 +33,12 @@ check() {
./tidy --help > /dev/null
}
libs() {
default_libs
# symlink is not picked by abuild
amove usr/lib/libtidy.so.*
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment