summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0fe8cf2e43356a5e106286d72c5a8c77192724a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: graysky <graysky AT archlinux dot us>

pkgname=auto-reencode
arch=('any')
license=('MIT')
pkgver=2.81
pkgrel=1
pkgdesc="Mass convert wmv and flv files to mp4 contained x264 files using ffmpeg."
conflicts=('autoflv2x264')
replaces=('autoflv2x264')
depends=('mediainfo>=0.7.2' 'ffmpeg')
url="https://github.com/graysky2/auto-reencode"
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
sha256sums=('2cb5fddd5f6651f5f08f5b8561ac21c95e0fe3601454ae52cb287421b1dd051a')

package() {
	cd "$pkgname-$pkgver"
	install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}