opt/mypaint-brushes/Pkgfile

20 lines
428 B
Plaintext
Raw Normal View History

2018-09-09 02:08:07 +02:00
# Description: Brushes used by libmypaint
2020-04-13 05:57:07 +02:00
# URL: https://github.com/mypaint/mypaint-brushes
2018-09-09 02:08:07 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2019-07-20 10:15:10 +02:00
# 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
}