New package: rsgain-3.6

This commit is contained in:
lemmi 2025-06-04 20:06:48 +02:00
parent b59c82fbc2
commit 25a2d73630

19
srcpkgs/rsgain/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'rsgain'
pkgname=rsgain
version=3.6
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="ffmpeg-devel taglib-devel libebur128-devel inih-devel fmt-devel"
short_desc="Simple, but powerful ReplayGain 2.0 tagging utility"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="BSD-2-Clause"
homepage="https://github.com/complexlogic/rsgain"
changelog="https://raw.githubusercontent.com/complexlogic/rsgain/master/CHANGELOG"
distfiles="https://github.com/complexlogic/rsgain/archive/refs/tags/v${version}.tar.gz"
checksum=26f7acd1ba0851929dc756c93b3b1a6d66d7f2f36b31f744c8181f14d7b5c8a7
post_install() {
vlicense LICENSE
vlicense LICENSE-CRCpp
}