blob: af329049695816347a73ee075f7fdb9aa3d70aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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=""
|