libtrbase-1.0.2.ebuild 419 Bytes
# Copyright 1999-2016 Georg Hopp
# Distributed under the terms of the GNU General Public License v3

EAPI=6

inherit eutils

DESCRIPTION="The taskrambler framewark base class."
HOMEPAGE="https://gitlab.weird-web-workers.org/taskrambler/trbase"
SRC_URI="http://ci-build.weird-web-workers.org/trbase/artifacts/${P}.tar.gz"
LICENSE="GPL-3+"

SLOT="1.0"

KEYWORDS="amd64 ~x86"

IUSE="memopt"

DEPEND=""
RDEPEND="${DEPEND}"