# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                thefuck
version             3.30
revision            1

categories-append   sysutils
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         a magnificent app that corrects errors in previous console commands
long_description    The Fuck is {*}${description}.

homepage            https://github.com/nvbn/thefuck

checksums           rmd160  3e6e88f13fbeb30b08e5fe60795b57ad7fab38b3 \
                    sha256  32b41db4360a810d8e761e80fe09868ce634476ee1829e26869d49484b7a95cc \
                    size    76888

python.versions     38

depends_build-append    port:py${python.version}-setuptools
depends_lib-append      port:py${python.version}-colorama \
                        port:py${python.version}-decorator \
                        port:py${python.version}-psutil \
                        port:py${python.version}-pyte \
                        port:py${python.version}-six

livecheck.type      pypi

notes "
To configure thefuck fuck alias, add this to your startup file (eg. .bash_profile, .zshrc)

    eval \"\$(thefuck --alias)\"

For other shells like Fish, tcsh, Powershell, etc. Please refer to thefuck wiki:
    » https://github.com/nvbn/thefuck/wiki/Shell-aliases
"
