17 lines
753 B
Bash
17 lines
753 B
Bash
# Template file for 'whipper'
|
|
pkgname=whipper
|
|
version=0.10.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="libsndfile-devel python3-devel"
|
|
depends="libcdio-paranoia cdrdao python3-gobject python3-musicbrainzngs
|
|
python3-mutagen python3-requests python3-pycdio python3-discid
|
|
python3-ruamel.yaml flac sox"
|
|
checkdepends="$depends python3-pytest python3-Twisted"
|
|
short_desc="Python CD-DA ripper preferring accuracy over speed"
|
|
maintainer="Stefano Ragni <st3r4g@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/whipper-team/whipper"
|
|
distfiles="https://github.com/whipper-team/whipper/archive/v${version}.tar.gz"
|
|
checksum=a6fba11f4460854267c610f066c185e859d7177699b50ef584fc4f705962d356
|