This commit is contained in:
Slendi 2024-04-18 14:41:13 +03:00 committed by GitHub
commit cd13fe0110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 32 additions and 0 deletions

22
packages/holyc/1.0.0/build.sh vendored Executable file
View File

@ -0,0 +1,22 @@
#!/bin/bash
PREFIX=$(realpath $(dirname $0))
mkdir -p build
cd build
curl https://git.xslendi.xyz/slendi/3Days/archive/main.tar.gz -o 3days.tar.gz
tar xzf 3days.tar.gz --strip-components=1
rm 3days.tar.gz
make
cp -v 3d_loader $PREFIX/.
cp -rv T $PREFIX/.
cd ..
rm -rf build

1
packages/holyc/1.0.0/environment vendored Normal file
View File

@ -0,0 +1 @@
export PATH=$PWD/bin:$PATH

5
packages/holyc/1.0.0/metadata.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"language": "holyc",
"version": "1.0.0",
"aliases": ["hc"]
}

3
packages/holyc/1.0.0/run vendored Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
3d_loader -T $PWD/bin/ -c "$@"

1
packages/holyc/1.0.0/test.HC vendored Normal file
View File

@ -0,0 +1 @@
"OK";