# Maintainer: Herbert Knapp pkgname=atvrec pkgver=1.1.3 pkgrel=2 pkgdesc="Command line TV recorder for Austrian TV stations ORF, ATV, Puls4, ServusTV Mediathek and ORF, ServusTV livestreams" arch=('x86_64') url="https://twitter.com/hmknapp" license=('Freeware') options=(!strip) source=("$pkgname-$pkgver.tar.gz::https://www.dropbox.com/s/z2ig5awm4kfp03i/$pkgname-$pkgver.tar.gz?dl=1") md5sums=("cef7471098fce6ecfc290bd2c2128595") package() { mkdir -p "$pkgdir/usr/bin/" install $pkgname "$pkgdir/usr/bin/" }