From 25a2d736300a25bc66e1d5e4a56b81b5a2adcb16 Mon Sep 17 00:00:00 2001 From: lemmi Date: Wed, 4 Jun 2025 20:06:48 +0200 Subject: [PATCH] New package: rsgain-3.6 --- srcpkgs/rsgain/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/rsgain/template diff --git a/srcpkgs/rsgain/template b/srcpkgs/rsgain/template new file mode 100644 index 00000000000..3613cfe9ea3 --- /dev/null +++ b/srcpkgs/rsgain/template @@ -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 " +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 +}