From d4542c336a6cbfb43497055f19a85e7713f2eed7 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 25 Jun 2023 16:38:32 +0200 Subject: ports: reimplement the ports system from scratch side stuff: * removed sltar since it wasn't working anyways * made signal() no longer panic, as that broke certain ports (oops) * doom now ships with the FreeDOOM WADs * /usr/ was aliased to /init/usr/, more directories were added to /bin/ to improve compat with ports --- ports/sltar | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ports/sltar (limited to 'ports/sltar') diff --git a/ports/sltar b/ports/sltar deleted file mode 100644 index 3a9f559..0000000 --- a/ports/sltar +++ /dev/null @@ -1,19 +0,0 @@ -set -eu -camellia_path_check - -fetch() { - git clone https://github.com/Gottox/sltar - cd sltar - git -c advice.detachedHead=false checkout 8b5dae8e7f39401255176f806358dd04453d7831 -} - -prep() { - [ -d sltar ] || (fetch) - cd sltar -} - -case $1 in - install) (prep; make CC=x86_64-camellia-gcc "INCS=" "LIBS=" && make install "PREFIX=$PREFIX") ;; - clean) (prep; make clean) ;; - *) echo "usage: $0 install|clean"; false ;; -esac -- cgit v1.2.3