summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d3c7e38c78be54bcf0a60b5c993e45d37d48a724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: realitygaps <realitygaps AT yahoo DOT com>
pkgname=echoplay
pkgver=0.1
pkgrel=1
pkgdesc="Uses the echonest api to play and download music and videos"
arch=(any)
license=(BSD)
depends=('python' 'pyechonest' 'youtube-dl')
options=(!emptydirs)
url=(http://freeactive.net/echoplay)
source=(echoplay)
md5sums=(c6ff8ae144cd673673a8191b944e3172)
install=

build() {
  mkdir -p $pkgdir/usr/bin  
  cp echoplay $pkgdir/usr/bin/
}