# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit gnome2 meson vala DESCRIPTION="Code editor designed for elementary OS" HOMEPAGE="https://github.com/elementary/code" SRC_URI="https://github.com/elementary/code/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/code-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64" IUSE="plugins policykit" DEPEND=" $(vala_depend) policykit? ( sys-auth/polkit ) virtual/pkgconfig " RDEPEND="${DEPEND} plugins? ( app-text/editorconfig-core-c app-text/gtkspell:3[vala] net-libs/libsoup:2.4 ) dev-libs/glib:2