X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/a2bb7a376dbc0328f263af8d27ef9ef6887c968a..526fb0841aa546454f03b857a1e5d024f7f74d9f:/media-sound/image-id/image-id-2.1.0.ebuild diff --git a/media-sound/image-id/image-id-2.1.0.ebuild b/media-sound/image-id/image-id-2.1.0.ebuild new file mode 100644 index 0000000..73fbd6b --- /dev/null +++ b/media-sound/image-id/image-id-2.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright © 2018 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or any later version. +# This is free software: you are free to change and redistribute it. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=7 + +DESCRIPTION="Generate MusicBrainz Disc IDs from images of music CDs" +HOMEPAGE="https://www.kepstin.ca/projects/image-id/" +SRC_URI="https://github.com/kepstin/$PN/releases/download/v$PV/$P.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-libs/libmirage-2.1:= + media-libs/libdiscid" +RDEPEND="$DEPEND"