pkgname: libmypaint pkgver: '2.0.0-beta.1' pkgrel: 1 pkgdesc: A fast and easy painting library for digital painters, with brush dynamics url: 'https://mypaint.intilinux.com/' arch: x86_64 license: - ISC depends: [] makedepends: - gtk3 - json-c - pkgconf - gobject-introspection source: - 'https://github.com/mypaint/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr make package: | # Obsolet lib rm -f ${PKGDIR}/usr/lib/libmypaint.la cd ${pkgname}-${pkgver} install -Dm 644 README.md -t ${PKGDIR}/usr/share/doc/${pkgname} install -Dm 644 COPYING -t ${PKGDIR}/usr/share/licenses/${pkgname}