logo

overlay

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

phoenix_pubsub-1.1.2.ebuild (542B)


  1. # Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit mix
  5. MIX_REWRITE="true"
  6. DESCRIPTION="Distributed PubSub and Presence platform for the Phoenix Framework"
  7. HOMEPAGE="https://github.com/phoenixframework/phoenix_pubsub"
  8. LICENSE="MIT"
  9. SLOT="$(ver_cut 1-2)"
  10. SRC_URI="https://github.com/phoenixframework/phoenix_pubsub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  11. KEYWORDS="~amd64"
  12. IUSE="doc"
  13. DEPEND="
  14. doc? ( dev-elixir/ex_doc )
  15. "
  16. RDEPEND="${DEPEND}"