carmel: init a basic software package builder

This commit is contained in:
Jeremy Baxter 2025-04-30 10:27:03 +12:00
parent 167b99c4e2
commit 537c0bd446
7 changed files with 369 additions and 0 deletions

View file

@ -0,0 +1,5 @@
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