logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

purple-discord-9999.ebuild (380B)


  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit git-r3
  5. DESCRIPTION="Pidgin/Purple PRotocol PLugin for Discord"
  6. HOMEPAGE="https://github.com/EionRobb/purple-discord"
  7. EGIT_REPO_URI="${HOMEPAGE}"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS=""
  11. IUSE=""
  12. DEPEND="net-im/pidgin
  13. dev-libs/json-glib"
  14. RDEPEND="${DEPEND}"