media-sound/jack-matchmaker - 9999 (booboo)

Search

Install

Install this version:

emerge -a =media-sound/jack-matchmaker-9999

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

autounmask =media-sound/jack-matchmaker-9999

Or alternatively:

emerge --autounmask-write -a =media-sound/jack-matchmaker-9999

Package Information

Description:
Auto-connect JACK ports as they appear and when they match the port patterns given on the command line or read from a file.
Homepage:
https://github.com/SpotlightKid/jack-matchmaker
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2022 Your Mom
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{8..14} )
DISTUTILS_USE_PEP517=hatchling

inherit distutils-r1 git-r3

EGIT_REPO_URI="https://github.com/SpotlightKid/jack-matchmaker.git"

DESCRIPTION="Auto-connect JACK ports as they appear and when they match the port patterns given on the command line or read from a file."
HOMEPAGE="https://github.com/SpotlightKid/jack-matchmaker"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

RDEPEND="
	virtual/jack"
BDEPEND="
    virtual/jack"

Inherited Eclasses

Dependencies

RDEPEND

	virtual/jack

BDEPEND

    virtual/jack