contrib/cairomm/Pkgfile
2020-10-05 00:05:43 +11:00

16 lines
410 B
Plaintext

# Description: C++ wrapper for the cairo graphics library.
# URL: https://cairographics.org/cairomm/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: cairo libsigc++
name=cairomm
version=1.16.0
release=1
source=(https://cairographics.org/releases/$name-$version.tar.xz)
build() {
meson build $name-$version --prefix=/usr
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
}