summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1076e1aea5c162c7d6a024aa090ceb0a88da9aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>

pkgname=ffhevc
pkgver=3.6.5
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=('227aea51a9bf6b98d5835f7164812635ed02f7c342b4bea60ab335f3894832c8')

package() {
    cd $pkgname-$pkgver
    make install PREFIX="$pkgdir"/usr
}