Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export LIBSSH2_SYS_USE_PKG_CONFIG=1
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
cp $DEPOT_SPECDIR/bootstrap.toml .
./x.py build
DESTDIR=$DESTDIR ./x.py install -j "$(nproc)"
mkdir -pv $DESTDIR/usr/share/bash-completion/completions
mv -v $DESTDIR/etc/bash_completion.d/cargo $DESTDIR/usr/share/bash-completion/completions
rm -v $DESTDIR/usr/lib/rustlib/uninstall.sh