vp-build/srcpkgs/libebml/template

24 lines
706 B
Bash

# Template file for 'libebml'
pkgname=libebml
version=1.4.2
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=ON"
short_desc="Extensible Binary Meta Language library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://dl.matroska.org/downloads/libebml/"
distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz"
checksum=41c7237ce05828fb220f62086018b080af4db4bb142f31bec0022c925889b9f2
libebml-devel_package() {
depends="libebml>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}