mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
1
dev-haskell/skylighting-format-typst/Manifest
Normal file
1
dev-haskell/skylighting-format-typst/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST skylighting-format-typst-0.1.tar.gz 3144 BLAKE2B 05c1c31fd3aaf2b458b855bbe222bd908e250faefe911df58c518763e69dc769aa42ea131f7fe2bca026632abb8aa56a6148b3f85da93154bfc083780730f6b0 SHA512 1ed2c12f9dd94996e74dfda57f5782abfad7c0d14264c84733e06d10ec3de4e8e4ddb9e71c993d2fd3d73cfa6db3b8470a07379cd025c617f74f86e4e6d0ac64
|
||||
12
dev-haskell/skylighting-format-typst/metadata.xml
Normal file
12
dev-haskell/skylighting-format-typst/metadata.xml
Normal 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>
|
||||
@@ -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
|
||||
"
|
||||
Reference in New Issue
Block a user