summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c53f139381482f5cd3a7d0a26fc4c3559f872a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Tércio Martins <echo dGVyY2lvd2VuZGVsQGdtYWlsLmNvbQo= | base64 -d>

pkgname=natron
pkgver=1
pkgrel=1
pkgdesc="Open source compositing software (metapackage with the program and standard plugins)"
arch=('x86_64')
url="https://natrongithub.github.io/"
license=('GPL')

package(){
  depends=('openfx-arena' 'openfx-gmic' 'openfx-io' 'openfx-misc' 'natron-compositor')
  optdepends=('natron-plugins-git: Plugins made by the Natron community')
}