#!/bin/mkpkg # description: OpenGL function pointer management library # url: https://github.com/anholt/libepoxy name=libepoxy version=1.5.10 release=1 depends=(mesa) makedeps=(meson) source=(https://github.com/anholt/libepoxy/archive/refs/tags/$version.tar.gz) renames=($name-$version.tar.gz) sha256sums=( "a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15" ) build() { meson setup $name-$version build \ --prefix=/usr \ --libdir=lib \ --buildtype=plain meson compile -C build DESTDIR=$PKG meson install -C build } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh