5 lines
166 B
Bash
5 lines
166 B
Bash
curl -L https://git.sr.ht/~jeremy/callisto/archive/master.tar.gz | tar -xz
|
|
cd callisto-master
|
|
./configure -wreadline
|
|
make
|
|
make install PREFIX=/usr/local DESTDIR=$out
|