summaryrefslogtreecommitdiff
path: root/dev-haskell/skylighting-format-context
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-context
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-context')
-rw-r--r--dev-haskell/skylighting-format-context/Manifest1
-rw-r--r--dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/skylighting-format-context/Manifest b/dev-haskell/skylighting-format-context/Manifest
index 1d7ef1411467..c30048cee419 100644
--- a/dev-haskell/skylighting-format-context/Manifest
+++ b/dev-haskell/skylighting-format-context/Manifest
@@ -1 +1,2 @@
DIST skylighting-format-context-0.1.0.1.tar.gz 3154 BLAKE2B 6606345118dd3daf1deed31e5dc1bd8ea15c579d9a09c73b34e0e527bf0e00455b9fadd1a0dc92def840983300131b7a0bb2c1807fdf3c325a783cdeab33d37c SHA512 b582277924a32af40a96db0f561566b8766ffc622156823567fbec7a0515e33392afef26b8316359edf45beee5bf0da1884ae380a6a9eeb3a8ad0bec3379f3a6
+DIST skylighting-format-context-0.1.0.2.tar.gz 3249 BLAKE2B 07e2f491aebad71989fafc84628d479d6afb609752e7ae5c95a3f9d1b452629845dbb556072a2a74c38c855bb0fe6ae538bb1d43098962d2ab813411bc780455 SHA512 5e0eef4a82c3152baf4d30ffff218bcb7a65af7757dff6f45ddff51079faf444ee1e63d9b9356916e8a1a28c63112ae2c1594234febac4ccc93cb8d011e5ea76
diff --git a/dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.2.ebuild b/dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.2.ebuild
new file mode 100644
index 000000000000..de6413fb62e0
--- /dev/null
+++ b/dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.2.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.1.0
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="ConTeXt 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
+"