# -*- 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.20250630
checksums           rmd160  a267a6c17b655fc5cc157c8c58fa8094d3dc62e6 \
                    sha256  03df602f2f72110d5a782a760399b64a57d37661f84aed6612d9d62d727459ed \
                    size    1560178

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
