Open
Description
I cloned fergusq/bils and tried to install the plot_ascii
bil using bilar as stated in the README of the bils repository. bilar compress
resulted in a successful package creation (with some errors), however bilar install
failed. The error is shown below.
$ bilar compress plot_ascii/
>>> tar --create --xz --file plot_ascii.1.0.2.bil.tar.xz plot_ascii --transform s/plot_ascii/plot_ascii.1.0.2.bil/
tar: --transform: Cannot stat: No such file or directory
tar: s/plot_ascii/plot_ascii.1.0.2.bil: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
Package successfully created.
$ bilar install plot_ascii.1.0.2.bil.tar.xz
>>> tar --extract --xz --file plot_ascii.1.0.2.bil.tar.xz -C /Users/#######/.bilar/installed plot_ascii.1.0.2.bil
tar: plot_ascii.1.0.2.bil: Not found in archive
tar: Error exit delayed from previous errors.
Bil file 'plot_ascii.1.0.2.bil.tar.xz' is not valid (invalid directory structure or package file).
Installation failed.