parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

libkiwix-12.1.0.ebuild (415B)


      1 EAPI=8
      2 
      3 inherit meson
      4 
      5 DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
      6 HOMEPAGE="https://kiwix.org/"
      7 SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz"
      8 
      9 LICENSE="GPL-3"
     10 SLOT="0"
     11 KEYWORDS="amd64"
     12 IUSE=""
     13 
     14 RDEPEND="net-misc/aria2[bittorrent,metalink,xmlrpc]"
     15 
     16 DEPEND=">=app-arch/libzim-6.3.0
     17 	dev-libs/icu
     18 	dev-libs/pugixml
     19 	>=dev-cpp/mustache-4.1
     20 	net-libs/libmicrohttpd"