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

4
packages/osabie/1.0.1/environment vendored Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH

6
packages/osabie/1.0.1/metadata.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"language": "osabie",
"version": "1.0.1",
"author": "Dan Vargas <danvargas46@gmail.com>",
"aliases": ["osabie", "05AB1E", "usable"]
}

4
packages/osabie/1.0.1/run vendored Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Put instructions to run the runtime
osabie "$@"

1
packages/osabie/1.0.1/test.osabie vendored Normal file
View File

@ -0,0 +1 @@
"OK