updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / subplay / PKGBUILD
blob3d30b861c4ea05b18ae4a471089892f3e3e751c8
1 # Maintainer: Patrick Palka <patrick@parcs.ath.cx>
2 # Development: http://closure.ath.cx/aur-dev
4 pkgname=subplay
5 pkgver=2011.03.07
6 _githash=c4b3f41
7 pkgrel=1
8 pkgdesc="CLI for YouTube's subscription feature"
9 url="http://closure.ath.cx/subplay"
10 arch=('any')
11 license=('WTFPL')
12 depends=('python-beautifulsoup' 'mplayer' 'youtube-dl')
13 source=("http://pub.lambda.ath.cx/patrick/$pkgname/static/downloads/$pkgname-$pkgver.tar.gz")
15 package() {
16     cd "$srcdir/$pkgname-$_githash"
17     install -vDm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
20 md5sums=('96aa5eb9cb8acfe21a9d5c5b2b81e15d')