summaryrefslogtreecommitdiff
path: root/sci-visualization/specgram/specgram-0.9.2.ebuild
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2022-04-09 14:31:45 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2022-04-09 14:38:50 +0300
commit09daadc41f73bed60f18dc5c9e5c386d5d6d9ae2 (patch)
tree30318ec62d27a724ce7fe7559a02a2a8d38ab583 /sci-visualization/specgram/specgram-0.9.2.ebuild
parent628b3460a0a50dfe177c8a4fdc44a688650d5e8d (diff)
Add specgram ebuild.
Change license to GPLv2 to conform to Gentoo standard.
Diffstat (limited to 'sci-visualization/specgram/specgram-0.9.2.ebuild')
-rw-r--r--sci-visualization/specgram/specgram-0.9.2.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/sci-visualization/specgram/specgram-0.9.2.ebuild b/sci-visualization/specgram/specgram-0.9.2.ebuild
new file mode 100644
index 0000000..8bf3923
--- /dev/null
+++ b/sci-visualization/specgram/specgram-0.9.2.ebuild
@@ -0,0 +1,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
+}