mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
add piston nix pkg for sbcl-lisp
This commit is contained in:
parent
c604863c72
commit
2d7609f5a2
7 changed files with 33 additions and 33 deletions
19
packages/lisp/2.1.2/build.sh
vendored
19
packages/lisp/2.1.2/build.sh
vendored
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to build your package in here
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
mkdir -p build
|
||||
|
||||
cd build
|
||||
|
||||
# Prebuilt binary install since source compile requires lisp to be installed already
|
||||
curl -L "http://prdownloads.sourceforge.net/sbcl/sbcl-2.1.2-x86-64-linux-binary.tar.bz2" -o sbcl.tar.bz2
|
||||
tar xf sbcl.tar.bz2 --strip-components=1
|
||||
rm sbcl.tar.bz2
|
||||
|
||||
INSTALL_ROOT=$PREFIX sh install.sh
|
||||
|
||||
cd ../
|
||||
|
||||
rm -rf build
|
4
packages/lisp/2.1.2/environment
vendored
4
packages/lisp/2.1.2/environment
vendored
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put 'export' statements here for environment variables
|
||||
export PATH=$PWD/bin:$PATH
|
5
packages/lisp/2.1.2/metadata.json
vendored
5
packages/lisp/2.1.2/metadata.json
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"language": "lisp",
|
||||
"version": "2.1.2",
|
||||
"aliases": ["lisp", "cl", "sbcl", "commonlisp"]
|
||||
}
|
4
packages/lisp/2.1.2/run
vendored
4
packages/lisp/2.1.2/run
vendored
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to run the runtime
|
||||
sbcl --script "$@"
|
1
packages/lisp/2.1.2/test.cl
vendored
1
packages/lisp/2.1.2/test.cl
vendored
|
@ -1 +0,0 @@
|
|||
(write-line "OK")
|
Loading…
Add table
Add a link
Reference in a new issue