blob: c966b1b8accdf470c76c052597ae54955afb41b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = cli-visualizer-git
pkgdesc = A cli visualizer for mpd
pkgver = 1
pkgrel = 1
epoch = 1
url = https://github.com/dpayne/cli-visualizer
install = cli-visualizer-git.install
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = fftw
makedepends = pkg-config
makedepends = cmake
depends = ncurses
depends = fftw
provides = cli-visualizer
source = git+https://github.com/dpayne/cli-visualizer
md5sums = SKIP
pkgname = cli-visualizer-git
|