summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 702b13487250cf3355cbc6975b41f271b1325fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer:  Gustavo Alvarez <sl1pkn07@gmail.com>

_plug=nnedi3_weights_bin
pkgname=vapoursynth-plugin-${_plug}
pkgver=r1
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
url='https://github.com/jpsdr/NNEDI3'
license=('GPL')
source=('nnedi3_weights.bin::https://github.com/jpsdr/NNEDI3/raw/master/nnedi3/binary1.bin')
sha256sums=('27f382430435bb7613deb1c52f3c79c300c9869812cfe29079432a9c82251d42')

package() {
  install -Dm644 nnedi3_weights.bin "${pkgdir}/usr/lib/vapoursynth/nnedi3_weights.bin"
}