From aee29eaaff2cf5724a230858a437b7909e2d44ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Wed, 5 Aug 2020 20:23:52 +0100 Subject: [PATCH] New package: loudgain-0.6.8 --- srcpkgs/loudgain/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/loudgain/template diff --git a/srcpkgs/loudgain/template b/srcpkgs/loudgain/template new file mode 100644 index 00000000000..67b4792c7b1 --- /dev/null +++ b/srcpkgs/loudgain/template @@ -0,0 +1,21 @@ +# Template file for 'loudgain' +pkgname=loudgain +version=0.6.8 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="libebur128-devel ffmpeg-devel taglib-devel pkg-config" +short_desc="Versatile ReplayGain 2.0 loudness normalizer,EBU R128/ITU BS.1770" +maintainer="André Cerqueira " +license="BSD-2-Clause" +homepage="https://github.com/Moonbase59/loudgain" +distfiles="https://github.com/Moonbase59/loudgain/archive/v${version}.tar.gz" +checksum=1137c193ad941b366e87c5d84ccc95a7aa8571affc060db0bd1cf72c489aeaee + +pre_build() { + mkdir -p build && cd build +} + +post_install() { + vlicense COPYING +}