# Template file for 'libxcvt' pkgname=libxcvt version=0.1.3 revision=1 build_style=meson short_desc="VESA CVT standard timing modelines generator" maintainer="Leah Neukirchen " license="MIT" homepage="https://gitlab.freedesktop.org/xorg/lib/libxcvt/" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz" checksum=a929998a8767de7dfa36d6da4751cdbeef34ed630714f2f4a767b351f2442e01 post_install() { vlicense COPYING } libxcvt-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/*.so vmove usr/lib/pkgconfig } }