Files
guru/media-libs/portsmf/portsmf-239.ebuild
Ryan Fox 1e578c6558 media-libs/portsmf: New package
Dependency for media-sound/tenacity.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
2021-09-19 18:48:26 -07:00

24 lines
523 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/tenacityteam/portsmf/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/tenacityteam/portsmf.git"
fi
DESCRIPTION="C++ library for Standard Midi Files (SMF)"
HOMEPAGE="https://github.com/tenacityteam/portsmf"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""