opt/mypaint-brushes/Pkgfile
2020-04-13 13:57:07 +10:00

20 lines
428 B
Plaintext

# 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
}