Packaged cl-launch
This commit is contained in:
parent
9005082436
commit
73654bb61c
11
ports/cl-launch-git/build
Executable file
11
ports/cl-launch-git/build
Executable 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
|
1
ports/cl-launch-git/sources
Normal file
1
ports/cl-launch-git/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
git+https://gitlab.common-lisp.net/xcvb/cl-launch
|
1
ports/cl-launch-git/version
Normal file
1
ports/cl-launch-git/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
git 1
|
Loading…
Reference in New Issue
Block a user