From a8c24fe61eb32c70e1f5d3a0a5f838fb023f38f2 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Thu, 12 Nov 2020 18:00:00 +0530 Subject: [PATCH] New package: loudgain-0.6.8 --- srcpkgs/loudgain/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/loudgain/template diff --git a/srcpkgs/loudgain/template b/srcpkgs/loudgain/template new file mode 100644 index 00000000000..f2916788343 --- /dev/null +++ b/srcpkgs/loudgain/template @@ -0,0 +1,17 @@ +# Template file for 'loudgain' +pkgname=loudgain +version=0.6.8 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="libebur128-devel taglib-devel ffmpeg-devel" +short_desc="ReplayGain 2.0 loudness normalizer" +maintainer="Kartik Singh " +license="BSD-2-Clause" +homepage="https://github.com/Moonbase59/loudgain" +distfiles="https://github.com/Moonbase59/loudgain/archive/v${version}.tar.gz" +checksum=1137c193ad941b366e87c5d84ccc95a7aa8571affc060db0bd1cf72c489aeaee + +post_install() { + vlicense COPYING +}