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

EAPI=5
EGO_PN="gopkg.in/ini.v1"
EGIT_COMMIT=aea5e9fd

inherit golang-build golang-vcs-snapshot

DESCRIPTION="INI file read and write functionality in Go. "
HOMEPAGE="https://gopkg.in/ini.v1"
SRC_URI="https://github.com/go-${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="1/${PV}"
KEYWORDS="~amd64 ~x86"

RDEPEND=""
DEPEND=""