liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.03k stars 113 forks source link

Brew install on a new machine fails #295

Closed euchch closed 3 years ago

euchch commented 3 years ago

Describe the bug As per your docks, on a new machine having golang isntalled

➜ go version go version go1.16.5 darwin/amd64

Running brew tap liamg/aminal brew install aminal

Fails with the following error:

go: cannot find main module, but found Gopkg.lock in /tmp/.gobuild/src/github.com/liamg/aminal

It seems like setup scripts are not setup correctly, it runs ./build.sh v0.8.7

To Reproduce Steps to reproduce the behavior:

  1. Open terminal
  2. Run brew tap liamg/aminal
  3. Run brew install aminal
  4. See error

Expected behavior Having animal terminal installed

Environment (please complete the following information):

liamg commented 3 years ago

Closed due to complete rewrite as part of bringing the project back to life, please create a new issue if still relevant. Thank you!