forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-repair-1.20230814.ebuild
53 lines (45 loc) · 1016 Bytes
/
git-repair-1.20230814.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.4.0.9999
CABAL_FEATURES=""
inherit haskell-cabal
DESCRIPTION="A tool to repair damaged git repositories"
HOMEPAGE="https://git-repair.branchable.com/"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 ~x86"
GHC_BOOTSTRAP_PACKAGES=(
async
data-default
filepath-bytestring
hslogger
IfElse
split
unix-compat
)
RDEPEND="
dev-haskell/async:=
dev-haskell/attoparsec:=
dev-haskell/data-default:=
>=dev-haskell/filepath-bytestring-1.4.2.1.4:=
dev-haskell/hslogger:=
dev-haskell/ifelse:=
>=dev-haskell/network-2.6:=
>=dev-haskell/network-uri-2.6:=
>=dev-haskell/optparse-applicative-0.14.1:=
dev-haskell/quickcheck:=
dev-haskell/split:=
dev-haskell/text:=
>=dev-haskell/unix-compat-0.5:=
dev-haskell/utf8-string:=
>=dev-lang/ghc-8.10.6:=
"
DEPEND="
${RDEPEND}
>=dev-haskell/cabal-3.2.1.0
"
src_install() {
haskell-cabal_src_install
doman git-repair.1
}