src_prepare-overlay/app-misc/cli-visualizer/cli-visualizer-1.8.ebuild
ArcticTheRogue f8f874acfd app-misc/cli-visualizer:
added cli-visualizer v1.8, and Manifest, and metadata

Package-Manager: Portage-2.3.89, Repoman-2.3.20
2020-03-20 15:12:00 -04:00

24 lines
465 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="CLI based audio visualizer"
HOMEPAGE="https://github.com/dpayne/cli-visualizer"
SRC_URI="https://github.com/dpayne/cli-visualizer/archive/v1.8.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sys-libs/ncurses"
DEPEND="${RDEPEND}
sci-libs/fftw
dev-util/cmake"
BDEPEND=""
src_install(){
emake DESTDIR="${D}" install
}