pkgname=libepoxy pkgver=1.5.10 pkgrel=1 pkgdesc="Library handling OpenGL function pointer management" arch=('x86_64') url="https://github.com/anholt/libepoxy" license=('MIT') depends=('glibc' 'libglvnd' 'libx11') makedepends=('mesa' 'meson') source=(https://download.gnome.org/sources/libepoxy/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623) build() { cd ${pkgname}-${pkgver} local meson_args=( ) ${meson_options} ${meson_args[@]} ${meson_build} } package() { cd ${pkgname}-${pkgver} ${meson_install} ${pkgdir} }