mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
pkg(befunge93-0.2.0): added befunge93
This commit is contained in:
parent
142e7912fa
commit
0949610b61
7 changed files with 32 additions and 1 deletions
15
packages/befunge93/0.2.0/build.sh
vendored
Normal file
15
packages/befunge93/0.2.0/build.sh
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# source python 2.7
|
||||
source ../../python/2.7.18/build.sh
|
||||
|
||||
# clone befunge repo
|
||||
git clone -q 'https://github.com/programble/befungee' befunge93
|
||||
|
||||
# go inside befunge93 so we can checkout
|
||||
cd befunge93
|
||||
|
||||
# checkout the version 0.2.0
|
||||
git checkout tag/v0.2.0
|
||||
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue