void-packages/srcpkgs/libebml/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

23 lines
682 B
Bash

# Template file for 'libebml'
pkgname=libebml
version=1.3.9
revision=1
build_style=cmake
configure_args="-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=c6b6c6cd8b20a46203cb5dce636883aef68beb2846f1e4103b660a7da2c9c548
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
}
}