dev-haskell/zlib-clib: new package, add 1.3.1

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:11 -07:00
committed by Mark Wright
parent 92c994351c
commit 5dd4f088d0
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST zlib-clib-1.3.1.tar.gz 341880 BLAKE2B 7cadbd1a900587a0ffa66866dc26946975441d840bb43d17cd5c1b758d877e9d69fc3b9965d2a7ee73c5277a2416bafc0cc94619bdcf6303f095ca9cc58d37cf SHA512 e74a5adffafd1b570ef0452767d8c993628e4dcad795db3ba3cd94b252da7d17ac093482e66a91742696a2339de10d10362f997ffe631954e38a48195291ad46

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">zlib-clib</remote-id>
<remote-id type="github">haskell/zlib</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# 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="zlib C library bits"
HOMEPAGE="https://hackage.haskell.org/package/zlib-clib"
LICENSE="ZLIB"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"