pkg(bqn-1.0.0): Added bqn 1.0.0

This commit is contained in:
Hydrazer 2022-07-28 20:39:45 -06:00
parent 7c3db7d7fe
commit 0e8231ef01
6 changed files with 24 additions and 0 deletions

9
packages/bqn/1.0.0/build.sh vendored Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
git clone "https://github.com/dzaima/CBQN" bqn
cd bqn
git checkout 88f65850fa6ac28bc50886c5942652f21d5be924
make CC=gcc