Skip to content

Commit 45ff7ef

Browse files
roman-smrzl29ah
authored andcommitted
dev-util/minici: new package, add 0.1.9
Signed-off-by: Roman Smrž <roman.smrz@seznam.cz>
1 parent 97d043b commit 45ff7ef

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

dev-util/minici/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST minici-0.1.9.tar.gz 45666 BLAKE2B 72d559ecc2872a8f699de69e95126cf2883510525c351d3848df9cdcc5c0325e918cde1033496d221efdf5ab9df5ddf5bc9fe985b61e5b5ca289e7a144361aa7 SHA512 162af5ad67ec1683a7c2b563cb0979ce98d45142d0e84340077817b583cb9423eb078c661fa3bd2e1bf4fdf31044a3f1ad8e6800090c9bba6ddc3999e298018e

dev-util/minici/metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>haskell@gentoo.org</email>
6+
<name>Gentoo Haskell</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="hackage">minici</remote-id>
10+
</upstream>
11+
</pkgmetadata>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright 1999-2026 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# ebuild generated by hackport 0.9.1.0
7+
8+
CABAL_FEATURES=""
9+
inherit haskell-cabal
10+
11+
DESCRIPTION="Minimalist CI framework to run checks on local machine"
12+
HOMEPAGE="https://erebosprotocol.net/minici"
13+
14+
LICENSE="GPL-3"
15+
SLOT="0"
16+
KEYWORDS="~amd64"
17+
18+
RDEPEND=">=dev-haskell/glob-0.10.2:= <dev-haskell/glob-0.11:=
19+
>=dev-haskell/hinotify-0.4:= <dev-haskell/hinotify-0.5:=
20+
>=dev-haskell/hsyaml-0.2:= <dev-haskell/hsyaml-0.3:=
21+
>=dev-haskell/parser-combinators-1.3:= <dev-haskell/parser-combinators-1.4:=
22+
>=dev-haskell/temporary-1.3:= <dev-haskell/temporary-1.4:=
23+
>=dev-haskell/th-compat-0.1:= <dev-haskell/th-compat-0.2:=
24+
>=dev-lang/ghc-9.0.2:=
25+
>=dev-haskell/ansi-terminal-0.11:= <dev-haskell/ansi-terminal-1.2:=
26+
>=dev-haskell/text-1.2:= <dev-haskell/text-2.2:=
27+
>=dev-vcs/git-2.49.1
28+
"
29+
DEPEND="${RDEPEND}
30+
>=dev-haskell/cabal-3.4.1.0
31+
"
32+
33+
src_configure() {
34+
haskell-cabal_src_configure
35+
}

0 commit comments

Comments
 (0)