# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=7 inherit cmake DESCRIPTION="Lightweight Communications and Marshalling" HOMEPAGE="https://github.com/lcm-proj/lcm" SRC_URI="https://github.com/lcm-proj/lcm/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" RDEPEND="dev-libs/glib:2" DEPEND="${RDEPEND}"