aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/libepoxy/template
blob: a8d7c939a83c7ce31804631349172d8540432ae5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Template file for 'libepoxy'
pkgname=libepoxy
version=1.5.10
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="Orphaned <orphan@voidlinux.org>"
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=a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15

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
	}
}