dev-tex/jlcode: new package, add 6.1.2

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2023-03-12 15:43:02 +01:00
parent 911e43791f
commit fb29686993
3 changed files with 36 additions and 0 deletions

1
dev-tex/jlcode/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST jlcode-6.1.2.tgz 5393809 BLAKE2B e5e4e492007e62f5f260b5bd222c8e7d7c97a8dcc6c8e7b1d51967bcd469b15a927527ab95af4276eef389d115e3516af9f7504e8dea9a10ec6ad53716a5cac9 SHA512 161ef3acc0bccfb8442e2c667eb4454301dc99040c7db44981bebd792901e28c6e1e6de9e740fc231c69418c5831436207a07c19ae0a9826882211916d04d4e5

View File

@@ -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
"

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<stabilize-allarches />
<upstream>
<remote-id type="github">wg030/jlcode</remote-id>
</upstream>
</pkgmetadata>