# Template file for 'songrec'
pkgname=songrec
version=0.7.3
revision=1
build_style=cargo
hostmakedepends="clang22 pkg-config glib-devel"
makedepends="alsa-lib-devel dbus-devel libadwaita-devel libsoup3-devel
 openssl-devel pipewire-devel pulseaudio-devel"
depends="ffmpeg6"
short_desc="Open-source Shazam client"
maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
license="GPL-3.0-only"
homepage="https://github.com/marin-m/SongRec"
changelog="https://github.com/marin-m/SongRec/releases"
distfiles="https://github.com/marin-m/SongRec/archive/refs/tags/${version}.tar.gz"
checksum=f88bd166b1385ddd94e759fab72a997c87077043d0232c2395440941bc694a92

post_install() {
	vcopy packaging/rootfs/usr/share usr
}
