yara: install docs

This commit is contained in:
Michael Gehring 2017-05-10 13:13:53 +00:00
parent e2db6b05cb
commit 16736fbde0

View file

@ -1,7 +1,7 @@
# Template file for 'yara'
pkgname=yara
version=3.5.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-magic --enable-cuckoo"
hostmakedepends="automake libtool"
@ -36,5 +36,8 @@ yara-devel_package() {
}
post_install() {
for f in docs/*.rst docs/modules/*.rst; do
vdoc $f
done
vlicense COPYING
}