summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 480c94d109d8b813a7e8b66d19bafb6360b15ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Chris Down <chris@chrisdown.name>

pkgname=yturl
pkgver=2.0.1
pkgrel=1
pkgdesc='YouTube videos on the command line'
url=http://github.com/cdown/yturl
arch=(any)
license=('Public Domain')
depends=(python python-requests python-setuptools)
source=("https://github.com/cdown/yturl/archive/${pkgver}.zip")
md5sums=('4e3369452d7c6354e3d94ef29313cf39')

package() {
    cd "${srcdir?}/$pkgname-$pkgver"
    python setup.py install --root="${pkgdir?}"
}