purple-discord-9999.ebuild 429 B

123456789101112131415161718192021
  1. # Copyright 2021 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit git-r3
  5. DESCRIPTION="A libpurple/Pidgin plugin for Discord"
  6. HOMEPAGE="https://github.com/EionRobb/purple-discord"
  7. EGIT_REPO_URI="https://github.com/EionRobb/purple-discord"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. DEPEND="
  12. dev-vcs/git
  13. dev-libs/json-glib
  14. net-im/pidgin
  15. "
  16. RDEPEND="${DEPEND}"
  17. #BDEPEND=""