logo

overlay

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

misaka-2.1.1.ebuild (493B)


  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. PYTHON_COMPAT=(python2_7 python3_{6,7,8})
  5. inherit distutils-r1
  6. DESCRIPTION="CFFI binding for Hoedown, a markdown parsing library"
  7. HOMEPAGE="http://pypi.python.org/pypi/misaka"
  8. SRC_URI="https://github.com/FSX/misaka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="MIT"
  10. SLOT="0"
  11. KEYWORDS="~amd64"
  12. DEPEND="
  13. >=app-text/hoedown-3
  14. "
  15. RDEPEND="${DEPEND}"