blob: 194626495332c14f706ebecbceb14aa413bda33e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_install() {
cat <<'EOF'
codex-app-bin installs a helper script only.
usage:
codex-app
notes:
- this downloads the proprietary codex.dmg at runtime (into your home dir).
- this rebuilds native node modules (better-sqlite3) locally.
- this package does not auto-install deps via pacman; install them yourself.
default output paths:
~/downloads/codex-macos/codex.dmg
~/apps/codex-port/
EOF
}
|