summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0ccf8b34cddf2d0bb05c705d7c9c6ec9d7f2966b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Jake <aur@ja-ke.tech>
pkgname=nwjs-ffmpeg-codecs-bin
pkgver=0.45.1
pkgrel=1
pkgdesc="Additional proprietary codecs for nw.js from ffmpeg"
arch=('x86_64')
depends=('nwjs-bin')
url="https://github.com/iteufel/nwjs-ffmpeg-prebuilt"
license=('LGPL2.1')
source=("https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/$pkgver/$pkgver-linux-x64.zip")
sha512sums=('18d53680edf17c14bcfe463a8e22dd7f10ec6bd32bb0dc1a567205b3da53e905776b4bfaf6824f0685623f5ae75635b5afd5cdcd99df577c774feedfe4e2a22c')
install='codecs-preload.install'

package() {
	install -d "/opt/nwjs"
	install -D libffmpeg.so "$pkgdir/opt/nwjs/libffmpeg.so"
}