summaryrefslogtreecommitdiff
path: root/dev-haskell/skylighting-format-context
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
commit386855c4d1ef509c1fd32abd721589c81669613b (patch)
tree35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/skylighting-format-context
parent0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff)
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/skylighting-format-context')
-rw-r--r--dev-haskell/skylighting-format-context/Manifest3
-rw-r--r--dev-haskell/skylighting-format-context/metadata.xml12
-rw-r--r--dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.1.ebuild23
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/skylighting-format-context/Manifest b/dev-haskell/skylighting-format-context/Manifest
new file mode 100644
index 000000000000..20a155bdfa55
--- /dev/null
+++ b/dev-haskell/skylighting-format-context/Manifest
@@ -0,0 +1,3 @@
+DIST skylighting-format-context-0.1.0.1.tar.gz 3154 BLAKE2B 6606345118dd3daf1deed31e5dc1bd8ea15c579d9a09c73b34e0e527bf0e00455b9fadd1a0dc92def840983300131b7a0bb2c1807fdf3c325a783cdeab33d37c SHA512 b582277924a32af40a96db0f561566b8766ffc622156823567fbec7a0515e33392afef26b8316359edf45beee5bf0da1884ae380a6a9eeb3a8ad0bec3379f3a6
+EBUILD skylighting-format-context-0.1.0.1.ebuild 557 BLAKE2B ef33f7040f547c58e2c5cd55f7023e6b2e126165c28a47a88be5ce4ca9d01e98da72240473e6d2d6a8f6af2ba5ea7bd85f553fcc1312b1eb041e09f45c51e01c SHA512 3509a8423839ffe8e629dcbd09613f8ecb22dfdc1dcee9311a4047180b4ffbe11088ee15a2c2a15f679a13c36d98b274393ef345bf8ea65ae01e1504cd63ddd9
+MISC metadata.xml 397 BLAKE2B c6381ee636fa781a6055d0eeff2b7931732dbded7c8e3c082e881216999f6787945e30172773d4c75fe59ce7d3695b1b0ee2c855b9f651d11a009c5ca1e92bb0 SHA512 ba5c23f1b6cf4323520b17edd54e8c70c5a336314101cd9e3a80bdf03ccc9ac8fb92f48872d75a8c84abe9a9b8960b0e385ca17fa0794f03cf7420c8771d0c04
diff --git a/dev-haskell/skylighting-format-context/metadata.xml b/dev-haskell/skylighting-format-context/metadata.xml
new file mode 100644
index 000000000000..118ba6eb46bb
--- /dev/null
+++ b/dev-haskell/skylighting-format-context/metadata.xml
@@ -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-context</remote-id>
+ <remote-id type="github">jgm/skylighting</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.1.ebuild b/dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.1.ebuild
new file mode 100644
index 000000000000..2df578868ddf
--- /dev/null
+++ b/dev-haskell/skylighting-format-context/skylighting-format-context-0.1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.8.0.0.9999
+
+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-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"