Packaged cl-launch

This commit is contained in:
Mid Favila 2021-06-22 02:33:52 +00:00
parent 9005082436
commit 73654bb61c
3 changed files with 13 additions and 0 deletions

11
ports/cl-launch-git/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
#This is really poorly written, but I was tired and frustrated. Will fix later.
sed -i 's/^PREFIX.*//' Makefile
for dir in share/common-lisp/ share/common-lisp/source bin
do mkdir -p "$1/$dir"
done
make
make PREFIX="$1" install

View File

@ -0,0 +1 @@
git+https://gitlab.common-lisp.net/xcvb/cl-launch

View File

@ -0,0 +1 @@
git 1