# -*- 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

PortSystem          1.0
PortGroup           haskell_stack 1.0

name                git-annex
version             10.20250828
checksums           rmd160  b6fafc72199e5307ce6e4f5112a559d8926c02de \
                    sha256  a4fa952cd35a548182965507a6bccddc1c0acfaa31aa2ef49c176b10edc13187 \
                    size    1565072

description         git-annex allows managing files with git, without checking the file contents into git
long_description    git-annex allows managing files with git, without checking the file \
                    contents into git. While that may seem paradoxical, it is useful when \
                    dealing with files larger than git can currently easily handle, whether due \
                    to limitations in memory, time, or disk space.
license             AGPL-3
homepage            https://git-annex.branchable.com/

maintainers         nomaintainer
categories          devel haskell
platforms           macosx

master_sites        https://hackage.haskell.org/package/${name}-${version}

# The downloaded copy of GHC assumes utimensat(2) is available, which is not
# true for older systems
haskell_stack.system_ghc yes
