dev-libs/octetos-core: fixing lost octetos dir.

Signed-off-by: Azael Reyes <azael.devel@gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes <azael.devel@gmail.com>
This commit is contained in:
Azael Reyes
2020-08-20 15:40:15 -07:00
parent 5e3aa24e4d
commit 67013bd182
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
MYPV="${PV/_beta/-beta/}"
DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
HOMEPAGE="https://github.com/azaeldevel/octetos-core"
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
sys-devel/bison
dev-libs/libconfig
dev-perl/XML-Parser
dev-util/intltool
"
RDEPEND="${DEPEND}"
BDEPEND="
>=sys-devel/gcc-8.1
"
S="${WORKDIR}/${PN}-${MYPV}"
src_prepare() {
default
eautoreconf -fi
}