Ticket #64477: Portfile

File Portfile, 1.2 KB (added by hmeine (Hans Meine), 2 years ago)
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.20220127
8checksums           rmd160  f994e19e37a3309646e892d8fe20b0ac78f9228a \
9                    sha256  5c58d5238f29487df45759a0a7f424ecc27131a6a234634b16d6b2909403481b \
10                    size    1421269
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
29haskell_stack.system_ghc yes