piston/packages/befunge93/0.2.0/build.sh
2021-11-25 06:50:47 -07:00

10 lines
No EOL
216 B
Bash

#!/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