pkg(osabie-1.0.1): Added osabie 1.0.1

This commit is contained in:
Dan Vargas 2021-03-15 12:53:44 -05:00 committed by Thomas
parent d64a2667dc
commit 9b305c7995
5 changed files with 38 additions and 0 deletions

23
packages/osabie/1.0.1/build.sh vendored Executable file
View file

@ -0,0 +1,23 @@
#!/bin/bash
source ../../elixir/1.11.3/build.sh
export PATH=$PWD/bin:$PATH
PREFIX=$(realpath $(dirname $0))
mkdir -p build
cd build
git clone 'https://github.com/Adriandmen/05AB1E.git' .
mix local.hex --force
mix local.rebar --force
mix deps.get --force
MIX_ENV=prod mix escript.build --force
cd ..
cp -r build/* bin
rm -rf build