diff --git a/ports/cl-launch-git/build b/ports/cl-launch-git/build new file mode 100755 index 0000000..b992ca4 --- /dev/null +++ b/ports/cl-launch-git/build @@ -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 diff --git a/ports/cl-launch-git/sources b/ports/cl-launch-git/sources new file mode 100644 index 0000000..0ac8dfb --- /dev/null +++ b/ports/cl-launch-git/sources @@ -0,0 +1 @@ +git+https://gitlab.common-lisp.net/xcvb/cl-launch diff --git a/ports/cl-launch-git/version b/ports/cl-launch-git/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/ports/cl-launch-git/version @@ -0,0 +1 @@ +git 1