# Maintainer: Nikola Hadžić pkgname=gst-plugins-rs pkgver=0.5.2 pkgrel=1 epoch= pkgdesc="GStreamer plugins written in Rust" arch=("x86_64") url="https://gstreamer.freedesktop.org/" license=("LGPL" "MIT" "Apache") groups=() depends=("gstreamer") makedepends=("rust" "git" "libsodium") checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git") noextract=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git") sha256sums=(SKIP) prepare() { cd "$srcdir/$pkgname" git checkout $pkgver } package() { cd "$srcdir/$pkgname" make install DESTDIR="$pkgdir" }