opt/mypaint-brushes/Pkgfile

20 lines
415 B
Plaintext
Raw Normal View History

2018-09-09 02:08:07 +02:00
# Description: Brushes used by libmypaint
2021-01-29 12:59:36 +01:00
# URL: https://github.com/mypaint/mypaint-brushes
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libmypaint
2018-09-09 02:08:07 +02:00
name=mypaint-brushes
2020-04-13 05:57:07 +02:00
version=1.3.1
2018-09-09 02:08:07 +02:00
release=1
2020-04-13 05:57:07 +02:00
source=(https://github.com/mypaint/mypaint-brushes/releases/download/v$version/$name-$version.tar.xz)
2018-09-09 02:08:07 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}