pkg(befunge93-0.2.0)

This commit is contained in:
Hydrazer 2021-11-24 20:05:37 -07:00
parent 1eddc8dcf7
commit 40fec2c828
7 changed files with 27 additions and 1 deletions

10
packages/befunge93/0.2.0/build.sh vendored Normal file
View file

@ -0,0 +1,10 @@
#!/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
# checkout the version 0.2.0
git checkout tag/v0.2.0