void-packages/srcpkgs/flacon/template
2019-08-21 17:30:23 +02:00

19 lines
651 B
Bash

# Template file for 'flacon'
pkgname=flacon
version=5.4.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="qt5-tools-devel uchardet-devel"
depends="ffmpeg hicolor-icon-theme"
short_desc="Audio File Encoder. Splits audio tracks into separate tracks"
maintainer="travankor <travankor@tuta.io>"
license="LGPL-2.1-or-later"
homepage="https://flacon.github.io/"
changelog="https://flacon.github.io/changelog/"
distfiles="https://github.com/Flacon/flacon/archive/v${version}.tar.gz"
checksum=000eacf4528906dfe0adc1c21aedcb57bf4300e56e37150173d3a23acc8fe19f
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi