Install finicky

This commit is contained in:
ViViDboarder 2021-10-22 16:55:54 -07:00
parent 874d03ae27
commit 073701e291
2 changed files with 11 additions and 0 deletions

View File

@ -18,3 +18,5 @@ if ! is_installed "macports" ; then
recipe 'macports'
set_installed "macports"
fi
recipe "finicky"

9
recipes/mac-setup/finicky Executable file
View File

@ -0,0 +1,9 @@
#! /bin/bash
set -e
VERSION=3.4.0
curl -L -o "$PROJECT_DIR/tmp/Finicky.zip" "https://github.com/johnste/finicky/releases/download/v${VERSION}/Finicky.zip"
unzip -d "$HOME/Applications" "$PROJECT_DIR/tmp/Finicky.zip"