Help me write a Datomic package

Datomic Pro is packaged as a zip file behind a login screen. With a username and password, it’s possible to download with a single wget.

The zip file is a hodge-podge of executable jars, jar dependencies, python scripts, bash scripts, config files, and a shared library called libprocname.so.

I want to write a small package for local use. Right now I know I’ll need the following:

  1. a dependency for fetching with wget. (i may be able to write this myself if it doesn’t already exist)
  2. a dependency for correcting hashbangs in scripts.

Can someone help me choose dependencies?

Found this.

fetchzip exists but the document doesn’t mention passwords.

Looks like this is the dependency needed for fixing the hash-bangs