Erster Commit

This commit is contained in:
zed
2026-03-13 09:53:40 +01:00
commit 5ebcad02ed
3945 changed files with 974582 additions and 0 deletions

11
node_modules/lzma-native/liblzma-build.sh generated vendored Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -e
case $(uname | tr '[:upper:]' '[:lower:]') in
*bsd) alias make='gmake';;
*)
esac
cd "$1/liblzma"
make
make install