New package: libdisplay-info-0.1.1
This commit is contained in:
parent
54483b2dd2
commit
0468013e2f
2 changed files with 28 additions and 0 deletions
1
srcpkgs/libdisplay-info-devel
Symbolic link
1
srcpkgs/libdisplay-info-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libdisplay-info
|
27
srcpkgs/libdisplay-info/template
Normal file
27
srcpkgs/libdisplay-info/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue