view setup.sh @ 35:bcbc92ffe0d0

Makes a .deb file at long last, but Duke still shows up as an icon in the dock.
author David Barts <n5jrn@me.com>
date Thu, 30 Apr 2020 21:22:30 -0700
parents cd2ca4727b7f
children 6999afa6fff3
line wrap: on
line source

#!/bin/bash

export JRE_HOME="$(/usr/libexec/java_home)"
export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71/libexec"
export EXIV2_HOME="$HOME/temp/exiv2/exiv2-0.27.2-Source"

export ANT_HOME="$HOME/java/apache-ant-1.10.1"
if [[ "$PATH" != *$ANT_HOME/bin* ]]
then
    export PATH="$ANT_HOME/bin:$PATH"
fi