vp-build/srcpkgs/libepoxy/template

29 lines
787 B
Bash

# Template file for 'libepoxy'
pkgname=libepoxy
version=1.5.4
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=c926fcc606901f3e03e371027056fd478da43e01ce2da7ffc48b5a0de0ca107c
post_install() {
vlicense COPYING
}
libepoxy-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}