summaryrefslogtreecommitdiff
blob: cb4b5d3f3cf2f0bb1600623c6b627b0c0efed933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

inherit cmake-utils git-r3

DESCRIPTION="library for reading and writing ini files"
HOMEPAGE="http://github.com/AuthenticEshkinKot/minIni"
SRC_URI=""

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""

RDEPEND=""
DEPEND=""

EGIT_REPO_URI="git://github.com/AuthenticEshkinKot/minIni.git"