void-packages/srcpkgs/libepoxy/template
Érico Nogueira 58831d5e86 libepoxy: update to 1.5.8.
Reverts some of the commits that landed in 1.5.7.

Fixes #31002.
2021-05-21 21:30:45 -03:00

29 lines
802 B
Bash

# Template file for 'libepoxy'
pkgname=libepoxy
version=1.5.8
revision=1
build_style=meson
hostmakedepends="pkg-config xorg-util-macros"
makedepends="MesaLib-devel"
short_desc="Library for handling OpenGL function pointer management for you"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="https://github.com/anholt/libepoxy"
changelog="https://github.com/anholt/libepoxy/releases"
distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz"
checksum=0cd80cb040b75cbe77fadd45c48282ebab82d845c597ce11ee5e8cb9c1efeabb
post_install() {
vlicense COPYING
}
libepoxy-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} libglvnd-devel"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}