execute command with Non Standard CoMmanD aliasing.
On NetBSD, for example, tar
command is NetBSD tar. GNU tar is installed as gtar
via pkgsrc.
Some projects use GNU tar specific option as tar
command option, and it fails.
In such case, execute the command like following;
$ nscmd tar=/usr/pkg/bin/gtar make
$ cargo install --git https://github.com/iquiw/nscmd