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 +}