Last active
August 3, 2018 23:57
-
-
Save CaseOf/e990438f5f0ebead41c70cab5f9fe58f to your computer and use it in GitHub Desktop.
cyanrip gentoo ebuild - testing version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2018 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI=6 | |
inherit git-r3 meson | |
DESCRIPTION="Bule-ish CD ripper" | |
HOMEPAGE="https://github.com/atomnuker/cyanrip" | |
EGIT_REPO_URI="https://github.com/atomnuker/cyanrip.git" | |
LICENSE="LGPL-3" | |
SLOT="0" | |
KEYWORDS="" | |
IUSE="" | |
DEPEND=" | |
>=dev-libs/libcdio-2.0.0 | |
>=dev-libs/libcdio-paranoia-0.94_p2 | |
media-libs/libdiscid | |
media-libs/musicbrainz:5/1 | |
>=media-video/ffmpeg-9999 | |
" | |
RDEPEND="${DEPEND}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EBUILD cyanrip-9999.ebuild 495 BLAKE2B 1881bfe2bae772ccfe78a739bb63bfaf8d01735c8a7cb9e4e2cbdd4d72ae32ac1e615ee04fc29088eba53389c45b79e7ee0e8cb0aaa9af62966dff91d962c34c SHA512 1dc6bc179ac074d1bdc31c3450dd62ba53716989fd8faa870d941d0d60593552b6186db091a65ff20ee28eaf37219597aefe62f23b241a4313a5208e09e29899 | |
MISC metadata.xml 251 BLAKE2B e59b22ec6e63719ee4185620ed83f012087a927c3849328552d507cd0b3f65b16847c423ad910ded9c98b4157816d81511ea28c6d91478c61c9523c8a4cb6746 SHA512 bf5cf7559fe78617ba8a0b2ffe42d726c808e5460be8c72bccdfd2d56be2f7e195d49ece7521354e49d7b84a4e5c2aa3015eca94a69bbc8aa4652287e8c7fa80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | |
<pkgmetadata> | |
<maintainer type="person"> | |
<email>[email protected]</email> | |
<name>Quentin Retornaz</name> | |
</maintainer> | |
</pkgmetadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment