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

github.setup        moretension duti 1.5.4 duti-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

categories          sysutils
license             public-domain
maintainers         {gmail.com:newtonne.github @newtonne} openmaintainer

description         Select default apps for documents and URL schemes on macOS.

long_description    duti is a command-line utility capable of setting default \
                    applications for various document types on macOS, using \
                    Apple's Uniform Type Identifiers (UTI). A UTI is a unique \
                    string describing the format of a file's content. \
                    For instance, a Microsoft Word document has a UTI of \
                    com.microsoft.word.doc. Using duti, the user can change \
                    which application acts as the default handler for a given \
                    UTI.

homepage            https://web.archive.org/web/20181203082706/http://duti.org/

checksums           rmd160 99b928d040b98f3d164ec5967f694793a3b9c03b \
                    sha256 c4ffc61b198dfbf1dbbc271ec56fdb5b3dc25ac5074f47eaecec7b62b09e4fd4 \
                    size   38097

patchfiles          dont-override-sdk-arches-deployment-target.patch

use_autoreconf      yes
