olm: move pkgconfig file to olm-devel

This commit is contained in:
Daniel Eyßer 2023-10-25 22:16:58 +02:00 committed by classabbyamp
parent 9c59d62c67
commit 48dc13cb67

View file

@ -1,7 +1,7 @@
# Template file for 'olm'
pkgname=olm
version=3.2.15
revision=1
revision=2
build_style=cmake
short_desc="Implementation of the Double Ratchet cryptographic ratchet"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
@ -22,6 +22,7 @@ olm-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}