pkgname: 'mypaint-brushes' pkgver: '2.0.2' pkgrel: '1' pkgdesc: 'A fast and easy painting library for digital painters, with brush dynamics' url: 'https://github.com/mypaint/mypaint-brushes' arch: x86_64 depends: [] makedepends: - automake - autoconf - m4 - libmypaint source: - 'https://github.com/mypaint/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} autoreconf -fiv ./configure --prefix=/usr make make DESTDIR=${PKGDIR} install package: | install -Dm644 ${pkgname}-${pkgver}/COPYING \ ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING