mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup clvv fasd 1.0.1
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
maintainers nomaintainer
|
|
|
|
categories sysutils
|
|
description Fasd (pronounced similar to 'fast') is a command-line \
|
|
productivity booster.
|
|
long_description {*}${description} Fasd offers quick access to files and \
|
|
directories for POSIX shells. It is inspired by tools like \
|
|
autojump, z and v. Fasd keeps track of files and \
|
|
directories you have accessed, so that you can quickly \
|
|
reference them in the command line.
|
|
|
|
platforms any
|
|
license MIT
|
|
|
|
use_configure no
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 98e603df02e85047ddbab9885e7d033cfc6c1ee0 \
|
|
sha256 01b1ade8811dd40018da23481c91a0c501fc339d6495bd65eb139c7ab31122f5
|
|
|
|
build {}
|
|
|
|
destroot.env-append PREFIX=${prefix}
|
|
|
|
notes "To get fasd working in a shell, some initialization code must be run. Put the line below in your shell rc:
|
|
|
|
eval \"\$(fasd --init auto)\"
|
|
|
|
"
|