carmel: init a basic software package builder
This commit is contained in:
parent
167b99c4e2
commit
537c0bd446
7 changed files with 369 additions and 0 deletions
5
programs/carmel/packages/callisto/builder.sh
Normal file
5
programs/carmel/packages/callisto/builder.sh
Normal 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
|
3
programs/carmel/packages/callisto/manifest.ini
Normal file
3
programs/carmel/packages/callisto/manifest.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = callisto
|
||||
version = 0.1-master
|
||||
description = runtime environment for Lua under POSIX
|
Loading…
Add table
Add a link
Reference in a new issue