#!/bin/sh # This is a shell archive echo x terraform-switcher mkdir -p terraform-switcher > /dev/null 2>&1 echo x terraform-switcher/Makefile sed 's/^X//' > terraform-switcher/Makefile << 'SHAR_END' X# Created by: Gabriel M. Dutra <0xdutra@gmail.com> X# $FreeBSD$ X XPORTNAME= terraform-switcher XPORTVERSION= 0.8.832 XCATEGORIES= sysutils X XMAINTAINER= 0xdutra@gmail.com XCOMMENT= Tool to switch between different versions of terraform X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSES= go:modules X XUSE_GITHUB= yes XGH_ACCOUNT= warrensbox X XGH_TUPLE= \ X Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ X agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \ X apparentlymart:go-textseg:v1.0.0:apparentlymart_go_textseg/vendor/github.com/apparentlymart/go-textseg \ X chzyer:readline:f6d7a1f6fbf3:chzyer_readline/vendor/github.com/chzyer/readline \ X fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ X go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ X golang:sys:a43fa875dd82:golang_sys/vendor/golang.org/x/sys \ X golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ X google:go-cmp:v0.3.0:google_go_cmp/vendor/github.com/google/go-cmp \ X hashicorp:hcl2:0c888d1241f6:hashicorp_hcl2/vendor/github.com/hashicorp/hcl2 \ X hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ X juju:ansiterm:720a0952cc2a:juju_ansiterm/vendor/github.com/juju/ansiterm \ X kiranjthomas:terraform-config-inspect:a1d709eb2824:kiranjthomas_terraform_config_inspect/vendor/github.com/kiranjthomas/terraform-config-inspect \ X lunixbochs:vtclean:d14193dfc626:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ X magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ X manifoldco:promptui:c0c0d3afc6a0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ X mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ X mattn:go-isatty:v0.0.3:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ X mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ X mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ X pborman:getopt:7148bc3a4c30:pborman_getopt/vendor/github.com/pborman/getopt \ X pelletier:go-toml:v1.4.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ X spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ X spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ X spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ X spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ X spf13:viper:v1.4.0:spf13_viper/vendor/github.com/spf13/viper \ X zclconf:go-cty:v1.0.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty X XPLIST_FILES= bin/${PORTNAME} X X.include SHAR_END echo x terraform-switcher/pkg-descr sed 's/^X//' > terraform-switcher/pkg-descr << 'SHAR_END' XA command line tool to switch between different versions of terraform X XWWW: https://tfswitch.warrensbox.com/ SHAR_END exit