media-sound/midicomp - 0.2.0 (gogooverlay)

Search

Install

Install this version:

emerge -a =media-sound/midicomp-0.2.0

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

autounmask =media-sound/midicomp-0.2.0

Or alternatively:

emerge --autounmask-write -a =media-sound/midicomp-0.2.0

Package Information

Description:
A MIDI Compiler - convert SMF MIDI files to and from plain text
Homepage:
https://github.com/markc/midicomp
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Ophelia Beatrice de Sica
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="A MIDI Compiler - convert SMF MIDI files to and from plain text"
HOMEPAGE="https://github.com/markc/midicomp"
SRC_URI="https://github.com/markc/midicomp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_configure() {
	cmake_src_configure
}

src_install() {
	cmake_src_install
}

Inherited Eclasses

Manifest for 0.2.0

Type File Size Source URLs
DIST midicomp-0.2.0.tar.gz 51695 bytes https://github.com/markc/midicomp/archive/refs/tags/v0.2.0.tar.gz