mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 02:44:40 +00:00
14 lines
302 B
Plaintext
Executable File
14 lines
302 B
Plaintext
Executable File
# description : cli-visualizer
|
|
# depends : fftw ncurses
|
|
|
|
name=cli-visualizer
|
|
version=1.8
|
|
release=8
|
|
source="https://github.com/dpayne/$name/archive/v$version.tar.gz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ENABLE_PULSE=1 ./
|
|
make PREFIX=$PKG/usr DESTDIR=$PKG install
|
|
}
|