summaryrefslogtreecommitdiff
path: root/sci-visualization/specgram/specgram-0.9.3.ebuild
blob: a4c2996b0265b392f265c70c7252afca510ef9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake
inherit xdg-utils

DESCRIPTION="Program that computes and plots spectrograms"
HOMEPAGE="https://github.com/rimio/specgram"
SRC_URI="https://github.com/rimio/specgram/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

RDEPEND="
	>=sci-libs/fftw-3.3.10
	>=media-libs/libsfml-2.5.1
"

DEPEND="${RDEPEND}"

BDEPEND="virtual/pkgconfig"

pkg_postinst() {
	xdg_icon_cache_update
}

pkg_postrm() {
	xdg_icon_cache_update
}