# Description: Brushes used by libmypaint # URL: https://github.com/mypaint/mypaint-brushes # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: libmypaint name=mypaint-brushes version=1.3.1 release=1 source=(https://github.com/mypaint/mypaint-brushes/releases/download/v$version/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }