void-packages/srcpkgs/ripright/template
2021-08-11 18:22:56 +02:00

18 lines
613 B
Bash

# Template file for 'ripright'
pkgname=ripright
version=0.11
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake"
makedepends="libflac-devel libmagick-devel libcurl-devel libdiscid-devel libcdparanoia-devel"
short_desc="Minimal automatic CD ripper"
maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="GPL-2.0-only"
homepage="https://www.mcternan.me.uk/ripright/"
distfiles="https://www.mcternan.me.uk/ripright/software/ripright-${version}.tar.gz"
checksum=15869b7030b869c1e34baf7954b10a080afb07deeb315c3560af5ca7e57b76b7
pre_configure() {
autoreconf -fi
}