New package: libdisplay-info-0.1.1

This commit is contained in:
John 2023-09-16 18:43:33 +02:00 committed by John Zimmermann
parent 54483b2dd2
commit 0468013e2f
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1 @@
libdisplay-info

View file

@ -0,0 +1,27 @@
# Template file for 'libdisplay-info'
pkgname=libdisplay-info
version=0.1.1
revision=1
build_style=meson
hostmakedepends="hwids"
short_desc="EDID and DisplayID library"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://gitlab.freedesktop.org/emersion/libdisplay-info/"
distfiles="https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/${version}/libdisplay-info-${version}.tar.gz"
checksum=a5aeef57817916286526292ec816a5338c4d3c0094ce91e584fc82b57070a44f
# tests require currently unpacakged edid-decode
make_check=no
post_install() {
vlicense LICENSE
}
libdisplay-info-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}