summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/weblint/weblint-1.020.ebuild')
-rw-r--r--dev-util/weblint/weblint-1.020.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/weblint/weblint-1.020.ebuild b/dev-util/weblint/weblint-1.020.ebuild
new file mode 100644
index 000000000000..2118af3f963c
--- /dev/null
+++ b/dev-util/weblint/weblint-1.020.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="syntax and minimal style checker for HTML by Neil Bowers"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="http://www.w3.org/Tools/weblint.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ppc sparc x86"
+IUSE=""
+
+src_install() {
+ dobin weblint
+ doman weblint.1
+
+ insinto /etc
+ doins weblintrc
+}