1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup haskell_stack 1.0 |
---|
5 | |
---|
6 | name git-annex |
---|
7 | version 10.20230321 |
---|
8 | checksums rmd160 d6ddd3c9ccce684f0d788c1308b6f451aa1a28c7 \ |
---|
9 | sha256 7f4580835bdaeef8ae8c1c8f61abb43aafc39b986446d13093769aecbe047bd1 \ |
---|
10 | size 1454067 |
---|
11 | |
---|
12 | description git-annex allows managing files with git, without checking the file contents into git |
---|
13 | long_description \ |
---|
14 | git-annex allows managing files with git, without checking the file \ |
---|
15 | contents into git. While that may seem paradoxical, it is useful when \ |
---|
16 | dealing with files larger than git can currently easily handle, whether due \ |
---|
17 | to limitations in memory, time, or disk space. |
---|
18 | license AGPL-3 |
---|
19 | homepage https://git-annex.branchable.com/ |
---|
20 | |
---|
21 | maintainers nomaintainer |
---|
22 | categories devel haskell |
---|
23 | platforms macosx |
---|
24 | |
---|
25 | master_sites https://hackage.haskell.org/package/${name}-${version} |
---|
26 | |
---|
27 | # The downloaded copy of GHC assumes utimensat(2) is available, which is not |
---|
28 | # true for older systems |
---|
29 | use_xcode yes |
---|
30 | haskell_stack.system_ghc no |
---|