media-sound/hdjd - 9999 (hering-overlay)

Search

Install

Install this version:

emerge -a =media-sound/hdjd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/hdjd-9999

Or alternatively:

emerge --autounmask-write -a =media-sound/hdjd-9999

Package Information

Description:
Hercules DJ Control MP3e2 translation daemon
Homepage:
https://github.com/nealey/hdjd
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="Hercules DJ Control MP3e2 translation daemon"
HOMEPAGE="https://github.com/nealey/hdjd"
EGIT_REPO_URI="https://github.com/nealey/hdjd.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

src_install()
{
	dobin hdjd
	ewbin explore hdjd-explore
}

Inherited Eclasses