summaryrefslogtreecommitdiff
path: root/dev-haskell/skylighting-format-typst
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
commit171e0b5f950f655c3da943ea59ba2e741425319f (patch)
treec520a8c422c7fc58a5149552b1db8a423e469b21 /dev-haskell/skylighting-format-typst
parentf95e0da799133b56968a5a6af89c7fb3366c4777 (diff)
downloadbaldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip
Adding metadata
Diffstat (limited to 'dev-haskell/skylighting-format-typst')
-rw-r--r--dev-haskell/skylighting-format-typst/Manifest1
-rw-r--r--dev-haskell/skylighting-format-typst/metadata.xml9
-rw-r--r--dev-haskell/skylighting-format-typst/skylighting-format-typst-0.1.ebuild24
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/skylighting-format-typst/Manifest b/dev-haskell/skylighting-format-typst/Manifest
new file mode 100644
index 000000000000..9be98e7ee38f
--- /dev/null
+++ b/dev-haskell/skylighting-format-typst/Manifest
@@ -0,0 +1 @@
+DIST skylighting-format-typst-0.1.tar.gz 3144 BLAKE2B 05c1c31fd3aaf2b458b855bbe222bd908e250faefe911df58c518763e69dc769aa42ea131f7fe2bca026632abb8aa56a6148b3f85da93154bfc083780730f6b0 SHA512 1ed2c12f9dd94996e74dfda57f5782abfad7c0d14264c84733e06d10ec3de4e8e4ddb9e71c993d2fd3d73cfa6db3b8470a07379cd025c617f74f86e4e6d0ac64
diff --git a/dev-haskell/skylighting-format-typst/metadata.xml b/dev-haskell/skylighting-format-typst/metadata.xml
new file mode 100644
index 000000000000..6fb61853d497
--- /dev/null
+++ b/dev-haskell/skylighting-format-typst/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-haskell/skylighting-format-typst/skylighting-format-typst-0.1.ebuild b/dev-haskell/skylighting-format-typst/skylighting-format-typst-0.1.ebuild
new file mode 100644
index 000000000000..2b7cc28bc714
--- /dev/null
+++ b/dev-haskell/skylighting-format-typst/skylighting-format-typst-0.1.ebuild
@@ -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
+"