forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/hnix-store-readonly: new package, add 0.1.0.0
Signed-off-by: Xavier Dectot <[email protected]>
- Loading branch information
1 parent
b6c2a56
commit 28ffa19
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST hnix-store-readonly-0.1.0.0.tar.gz 6830 BLAKE2B c09a1a94263818139b15c513cdb2e63bcbf2946091d521646bc451368f8ae09c9587997b9dadfb8e5f0fb1e15928d2a42e5f34f33f86c6dc531a1990a95d09ac SHA512 7dda67f0a45285bddfa1e942a7350b4424f2dd5a4085cd4a762ba666ee79f68da3002454137c598d2bc53bca111062742591d697b2b8a8ef626b03ccb1ad31c3 |
29 changes: 29 additions & 0 deletions
29
dev-haskell/hnix-store-readonly/hnix-store-readonly-0.1.0.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2025 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 test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Read-only Nix store" | ||
HOMEPAGE="https://github.com/haskell-nix/hnix-store" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64" | ||
|
||
RDEPEND="dev-haskell/crypton:=[profile?] | ||
>=dev-haskell/hnix-store-core-0.8:=[profile?] | ||
>=dev-haskell/hnix-store-nar-0.1:=[profile?] | ||
dev-haskell/text:=[profile?] | ||
dev-haskell/unordered-containers:=[profile?] | ||
>=dev-lang/ghc-9.0.2:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-3.4.1.0 | ||
test? ( dev-haskell/data-default-class | ||
dev-haskell/hspec ) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</email> | ||
<name>Gentoo Haskell</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="hackage">hnix-store-readonly</remote-id> | ||
<remote-id type="github">haskell-nix/hnix-store</remote-id> | ||
</upstream> | ||
</pkgmetadata> |