logo

overlay

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

slack-libpurple-9999.ebuild (400B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit git-r3
  5. DESCRIPTION="Slack module for libpurple"
  6. HOMEPAGE="https://github.com/dylex/slack-libpurple"
  7. EGIT_REPO_URI="https://github.com/dylex/slack-libpurple.git"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. DEPEND="net-im/pidgin"
  12. RDEPEND="${DEPEND}"