dev-libs/libbrotli - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-libs/libbrotli-9999

Package Information

Description:
Meta project to build libraries from the brotli source code
Homepage:
https://github.com/bagder/libbrotli
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 6 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit toolchain-funcs git-r3 autotools

DESCRIPTION="Meta project to build libraries from the brotli source code"
HOMEPAGE="https://github.com/bagder/libbrotli"
EGIT_REPO_URI="https://github.com/bagder/libbrotli"
SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE=""

DOCS=( README.md )

src_prepare() {
	eautoreconf
	eapply_user
}

Inherited Eclasses