summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/minIni/minIni-9999.ebuild')
-rw-r--r--dev-libs/minIni/minIni-9999.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/minIni/minIni-9999.ebuild b/dev-libs/minIni/minIni-9999.ebuild
new file mode 100644
index 0000000..cb4b5d3
--- /dev/null
+++ b/dev-libs/minIni/minIni-9999.ebuild
@@ -0,0 +1,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"