summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4c98f31936d604e9768e16350596fd04d651cbde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
# Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>

pkgname=gimp-brushbox
pkgver=2.1
pkgrel=5
pkgdesc='Set of brushes, presets, dynamics made by GrindGod'
arch=('any')
url="https://deviantart.com/grindgod/art/The-Gimp-TextureBox-385558228"
license=('CCPL:cc-by-nc-sa')
depends=('gimp')
source=("://filename.zip")
sha256sums=('SKIP')

package(){
  cd TextureBox
  install -Dm644 Readme.txt -t "$pkgdir/usr/share/doc/$pkgname"
  install -dm755 "$pkgdir/usr/share/gimp/2.0"
  cp -r --no-preserve=mode {brushes,dynamics,tool-presets} "$pkgdir/usr/share/gimp/2.0"
}