#!/usr/bin/env sh
# AnyCMS SSG — macOS placeholder (v0.1.0).
#
# This is NOT a real build. A native macOS binary has not been released yet;
# this stub exists so the install flow and download list stay consistent across
# platforms. Run it and it tells you how to get a working CLI on macOS.
cat <<'EOF'

  AnyCMS SSG — native macOS build is not yet released (v0.1.0).

  You installed the placeholder package. To get a working CLI on macOS,
  build from source with Cargo:

      cargo install --git https://github.com/anycms/anycms-ssg anycms-ssg-cli

  (Install Rust first if you don't have it: https://rustup.rs)

EOF
exit 1
