summaryrefslogtreecommitdiff
path: root/dev-tex/minted/minted-1.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/minted/minted-1.6.ebuild')
-rw-r--r--dev-tex/minted/minted-1.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-tex/minted/minted-1.6.ebuild b/dev-tex/minted/minted-1.6.ebuild
new file mode 100644
index 0000000..094da52
--- /dev/null
+++ b/dev-tex/minted/minted-1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit latex-package
+
+DESCRIPTION="LaTeX package that facilitates expressive syntax highlighting in using the powerful Pygments library"
+SRC_URI="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/${PN}.zip"
+LICENSE="LPPL-1.3"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-python/pygments"
+
+S=${WORKDIR}/${PN}