pkgname=pixman pkgver=0.44.2 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=('x86_64') url="https://cgit.freedesktop.org/pixman/" license=('MIT') depends=('glibc') makedepends=('meson' 'libpng') source=(https://www.cairographics.org/releases/${pkgname}-${pkgver}.tar.gz) sha256sums=(6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466) build() { cd ${pkgname}-${pkgver} local meson_args=( ) ${meson_options} ${meson_args[@]} ${meson_build} } package() { cd ${pkgname}-${pkgver} ${meson_install} ${pkgdir} }