#Maintainer: Bhoppi Chaw pkgname=ffhevc pkgver=3.6.8 pkgrel=1 pkgdesc='a small yet quite capable shell script for encoding video files to the H.265/HEVC video format using ffmpeg and libx265.' arch=(any) url='https://ffhevc.teambelgium.net/' license=(GPL2) depends=(ffmpeg) source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('63284b63643b5aa82a86aebd8c82aeba733d86eb7bfe65ecf048763a4970f76d') package() { cd $pkgname-$pkgver make install PREFIX="$pkgdir"/usr }