🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
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