pkg(forte-1.0.0): add forte

This commit is contained in:
Dan Vargas 2021-08-06 13:30:48 -06:00 committed by Vargas, Dan
parent 5cd84ae816
commit 6d50745db8
6 changed files with 30 additions and 0 deletions

15
packages/forte/1.0.0/build.sh vendored Executable file
View file

@ -0,0 +1,15 @@
#!/bin/bash
# the forter interpreter requries ruby
source ../../ruby/3.0.1/build.sh
mkdir -p build
git clone -q "https://github.com/judofyr/forter" build/forter
cd build/forter
mv bin/* ../../bin/
mv lib/* ../../lib/
cd ../../
rm -rf build