summaryrefslogtreecommitdiff
path: root/mypaint-brushes/Pkgfile
blob: 9d7142a3bc5e1d16d12068cfbd6e3217c6e62535 (plain)
    1 # Description: Brushes used by libmypaint
    2 # URL: https://github.com/mypaint/mypaint-brushes
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: libmypaint
    5 
    6 name=mypaint-brushes
    7 version=1.3.1
    8 release=1
    9 source=(https://github.com/mypaint/mypaint-brushes/releases/download/v$version/$name-$version.tar.xz)
   10 
   11 
   12 build() {
   13   cd $name-$version
   14 
   15   ./configure --prefix=/usr
   16 
   17   make
   18   make DESTDIR=$PKG install
   19 }

Generated by cgit