# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools git-r3 DESCRIPTION="Teams protocol plugin for libpurple" HOMEPAGE="https://github.com/eionrobb/purple-teams" LICENSE="GPL-2" SLOT="0" EGIT_REPO_URI="https://github.com/EionRobb/purple-teams.git" KEYWORDS="~amd64" IUSE="" RDEPEND="dev-libs/json-glib net-im/pidgin" DEPEND="dev-libs/json-glib" DOCS=( README.md ) src_unpack() { default git-r3_src_unpack || die } src_prepare() { default ./autogen.sh }