libopenshot-audio: add doc subpackage

This commit is contained in:
meator 2025-04-16 20:52:50 +02:00
parent b1aec87349
commit 58311e918f
No known key found for this signature in database
GPG key ID: 1A14CB3464CBE5BF
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
libopenshot-audio

View file

@ -22,3 +22,10 @@ libopenshot-audio-devel_package() {
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }
libopenshot-audio-doc_package() {
short_desc+=" - documentation"
pkg_install() {
vmove usr/share/doc
}
}