#!/bin/bash # # This script should be run from the project root # e.g. ./contrib/macos/build.sh # fpm --prefix /usr/local -n cjdcoin-mac -s dir -t osxpkg -v "$(./target/release/cjdcoin --version | sed -E 's/cjdcoin //' | tr -d '\n')" ./bin