# -*- 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.20250721
checksums           rmd160  f525ac4da658612fdaf603751e4819038e9a5e69 \
                    sha256  217fd675dba96fc82734d08b7951ad596f2ba4f99bb01fa848528d9874828aac \
                    size    1561652

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
