mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
New package: rsgain-3.6
This commit is contained in:
parent
b59c82fbc2
commit
25a2d73630
1 changed files with 19 additions and 0 deletions
19
srcpkgs/rsgain/template
Normal file
19
srcpkgs/rsgain/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue