diff --git a/dev-embedded/zephyr-deps/zephyr-deps-2.5.99.ebuild b/dev-embedded/zephyr-deps/zephyr-deps-2.5.99.ebuild new file mode 100644 index 0000000..aa536fd --- /dev/null +++ b/dev-embedded/zephyr-deps/zephyr-deps-2.5.99.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Meta package with system dependencies for the Zephyr Project." +HOMEPAGE="https://www.zephyrproject.org/" + +LICENSE="metapackage" +SLOT="0" + +KEYWORDS="amd64" + +RDEPEND=" + dev-util/gperf + dev-util/ninja + dev-python/setuptools + dev-util/shadowman + dev-util/cmake + dev-python/pip + app-mobilephone/dfu-util + dev-vcs/git + sys-apps/dtc + dev-util/ccache +"