dev-haskell/skylighting-format-typst: new package, add 0.1

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-24 14:42:24 -07:00
committed by Mark Wright
parent a26871ac20
commit d311f92ce0
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST skylighting-format-typst-0.1.tar.gz 3144 BLAKE2B 05c1c31fd3aaf2b458b855bbe222bd908e250faefe911df58c518763e69dc769aa42ea131f7fe2bca026632abb8aa56a6148b3f85da93154bfc083780730f6b0 SHA512 1ed2c12f9dd94996e74dfda57f5782abfad7c0d14264c84733e06d10ec3de4e8e4ddb9e71c993d2fd3d73cfa6db3b8470a07379cd025c617f74f86e4e6d0ac64

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">skylighting-format-typst</remote-id>
<remote-id type="github">jgm/skylighting</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.0.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Typst formatter for skylighting syntax highlighting library"
HOMEPAGE="https://github.com/jgm/skylighting"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="dev-haskell/skylighting-core:=[profile?]
dev-haskell/text:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"