logo

overlay

My (experimental) gentoo overlay

utf8proc-2.2.0.ebuild (468B)


      1 # Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=7
      5 
      6 DESCRIPTION="library for processing UTF-8 encoded Unicode strings"
      7 HOMEPAGE="https://juliastrings.github.io/utf8proc/"
      8 SRC_URI="https://github.com/JuliaStrings/utf8proc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
      9 
     10 LICENSE="MIT"
     11 SLOT="0"
     12 KEYWORDS="~amd64 ~x86"
     13 IUSE=""
     14 
     15 src_install() {
     16 	emake install DESTDIR="${D}" prefix="/usr"
     17 }