app-arch/pack - 0.0.0.1 (haskell)

Search

Package Information

Description:
Haskell implementation of pack compression from the early 1980s
Homepage:
https://github.com/koalaman/pack/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
0.0.0.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit haskell-cabal

EGIT_COMMIT="0bd29ccae2662ef9ae1fabe707d84e4f84b36d53"
MY_P=${PN}-${EGIT_COMMIT}
DESCRIPTION="Haskell implementation of pack compression from the early 1980s"
HOMEPAGE="https://github.com/koalaman/pack/"
SRC_URI="
	https://github.com/koalaman/pack/archive/${EGIT_COMMIT}.tar.gz
		-> ${MY_P}.tar.gz
"
S=${WORKDIR}/${MY_P}
CABAL_FILE=${S}/pack-compression.cabal

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

CABAL_CHDEPS=(
	'base >=4.9 && <4.10' 'base >=4.9'
)

RDEPEND="
	dev-lang/ghc:=
"
BDEPEND="
	>=dev-haskell/cabal-1.10
"

Dependencies

RDEPEND

	dev-lang/ghc:=

BDEPEND

	>=dev-haskell/cabal-1.10

Manifest for 0.0.0.1

Type File Size Source URLs
DIST pack-0bd29ccae2662ef9ae1fabe707d84e4f84b36d53.tar.gz 3833 bytes https://github.com/koalaman/pack/archive/0bd29ccae2662ef9ae1fabe707d84e4f84b36d53.tar.gz