diff options
Diffstat (limited to 'dev-tex/jlcode/jlcode-6.1.2.ebuild')
-rw-r--r-- | dev-tex/jlcode/jlcode-6.1.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-tex/jlcode/jlcode-6.1.2.ebuild b/dev-tex/jlcode/jlcode-6.1.2.ebuild new file mode 100644 index 000000000000..91b077a7d587 --- /dev/null +++ b/dev-tex/jlcode/jlcode-6.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit latex-package + +DESCRIPTION="LaTeX package, language definition for Julia source code syntax highlighting" +HOMEPAGE="https://github.com/wg030/jlcode" + +MY_COMMIT=0a26d044e1fee13c86fb1661996c602ff450e167 + +SRC_URI="https://github.com/wg030/jlcode/archive/${MY_COMMIT}.tar.gz -> ${P}.tgz" +S="${WORKDIR}"/${PN}-${MY_COMMIT} + +SLOT="0" +LICENSE="LPPL-1.3" +KEYWORDS="~amd64" + +RDEPEND=" + dev-texlive/texlive-latexextra +" |