app-text/htmltidy - 99999999 (booboo)

Search

Install

Install this version:

emerge -a =app-text/htmltidy-99999999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/htmltidy-99999999

Or alternatively:

emerge --autounmask-write -a =app-text/htmltidy-99999999

Package Information

Description:
The granddaddy of HTML tools, with support for modern standards
Homepage:
http://www.html-tidy.org/
License:
W3C

Ebuild Details

Version EAPI Keywords Slot
99999999 8 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 cmake

DESCRIPTION="The granddaddy of HTML tools, with support for modern standards"
HOMEPAGE="http://www.html-tidy.org/"
SRC_URI=""

EGIT_REPO_URI="https://github.com/htacg/tidy-html5.git"

LICENSE="W3C"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND=""

Inherited Eclasses