Skip to content

Commit eaf0352

Browse files
chilledfrogsDuncaen
andcommitted
New package: songrec-0.7.1
Co-authored-by: Duncaen <duncaen@voidlinux.org>
1 parent 32c1bf9 commit eaf0352

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

srcpkgs/songrec/template

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)