dev-libs/mxml - 9999 (akater)

Search

Install

Install this version:

emerge -a =dev-libs/mxml-9999

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

autounmask =dev-libs/mxml-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/mxml-9999

Package Information

Description:
Tiny XML library
Homepage:
http://michaelrsweet.github.io/mxml
License:
LGPL-2

Ebuild Details

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

EAPI=7

inherit git-r3
EGIT_REPO_URI="https://github.com/michaelrsweet/mxml.git"

DESCRIPTION="Tiny XML library"
HOMEPAGE="http://michaelrsweet.github.io/mxml"

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

DEPEND=""

src_install() {
	make DSTROOT="${D}" install
}

Inherited Eclasses