Ticket #69076: Portfile

File Portfile, 1.2 KB (added by Jaharmi (Jeremy Reichman), 8 months ago)

Fork of git-annex Portfile, trying some different options, related to macports-2.8.1-port-git-annex-main-log-portfile-fork-20240110.log installation attempt

Line 
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
3PortSystem          1.0
4PortGroup           haskell_stack 1.0
5
6name                git-annex
7version             10.20230321
8checksums           rmd160  d6ddd3c9ccce684f0d788c1308b6f451aa1a28c7 \
9                    sha256  7f4580835bdaeef8ae8c1c8f61abb43aafc39b986446d13093769aecbe047bd1 \
10                    size    1454067
11
12description         git-annex allows managing files with git, without checking the file contents into git
13long_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.
18license             AGPL-3
19homepage            https://git-annex.branchable.com/
20
21maintainers         nomaintainer
22categories          devel haskell
23platforms           macosx
24
25master_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
29use_xcode yes
30haskell_stack.system_ghc no