We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c1bf9 commit eaf0352Copy full SHA for eaf0352
1 file changed
srcpkgs/songrec/template
@@ -0,0 +1,20 @@
1
+# Template file for 'songrec'
2
+pkgname=songrec
3
+version=0.7.1
4
+revision=1
5
+build_style=cargo
6
+hostmakedepends="clang22 pkg-config glib-devel"
7
+makedepends="alsa-lib-devel dbus-devel libadwaita-devel libsoup3-devel
8
+ openssl-devel pipewire-devel pulseaudio-devel"
9
+depends="ffmpeg6"
10
+short_desc="Open-source Shazam client"
11
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
12
+license="GPL-3.0-only"
13
+homepage="https://github.com/marin-m/SongRec"
14
+changelog="https://github.com/marin-m/SongRec/releases"
15
+distfiles="https://github.com/marin-m/SongRec/archive/refs/tags/${version}.tar.gz"
16
+checksum=f4da8518914346a600d0baf383796ec767b2b70d70700bc9879659a896c75246
17
+
18
+post_install() {
19
+ vcopy packaging/rootfs/usr/share usr
20
+}
0 commit comments