# -*- 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 python 1.0 PortGroup github 1.0 github.setup bbugyi200 funky 3.4.0 v revision 0 description Funky takes shell functions to the next level by making \ them easier to define, more flexible, and more interactive. long_description {*}${description} platforms {darwin any} linux freebsd supported_archs noarch license MIT categories sysutils python maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer installs_libs no checksums rmd160 99c0c42eece3b72f25045786c9f7001ac7c8fcf6 \ sha256 4f99e195f1651e25674f92c1ad325947dcc8f929ea2d00bf43d7869e995d96f1 \ size 403712 set fky_script_dir ${prefix}/share set fky_script ${fky_script_dir}/${name}/${name}.sh github.tarball_from archive python.default_version \ 39 depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-future \ port:py${python.version}-pygments \ port:py${python.version}-six destroot.env-append XDG_DATA_HOME=${fky_script_dir} pre-destroot { xinstall -d ${destroot}${fky_script_dir} } notes " The ${name} shell script has been installed to: ${fky_script} To use ${name}, please source this script in your shell by adding the\ following to your ~/.bashrc or ~/.zshrc: \[ -f ${fky_script} \] && source ${fky_script} "