Update srcfiles

This commit is contained in:
joachimschmidt557 2022-05-04 20:37:02 +02:00
parent 8d0ed04445
commit f094f30091
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -5,7 +5,7 @@ git https://gitlab.com/joachimschmidt557/dotfiles dotfiles
git https://gitlab.com/joachimschmidt557/scripts scripts git https://gitlab.com/joachimschmidt557/scripts scripts
# Linux kernel # Linux kernel
tar https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.12.tar.xz linux-5.15.12 # tar https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.12.tar.xz linux-5.15.12
# Utilities - zips # Utilities - zips
# zip https://downloads.sourceforge.net/project/lang5/lang5.zip lang5 # zip https://downloads.sourceforge.net/project/lang5/lang5.zip lang5
@ -19,7 +19,7 @@ tar https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/llvm-p
# tar http://www.leonerd.org.uk/code/libtickit/libtickit-0.3.4.tar.gz libtickit-0.3.4 # tar http://www.leonerd.org.uk/code/libtickit/libtickit-0.3.4.tar.gz libtickit-0.3.4
# tar http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz dash-0.5.10.2 # tar http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz dash-0.5.10.2
# tar https://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz coreutils-8.31 # tar https://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz coreutils-8.31
tar https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.xz emacs-27.2 # tar https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.xz emacs-27.2
# tar http://www.hercules-390.org/hercules-3.13.tar.gz hercules-3.13 # tar http://www.hercules-390.org/hercules-3.13.tar.gz hercules-3.13
# tar ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz openconnect-8.05 # tar ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz openconnect-8.05
# tar https://www.piumarta.com/software/peg/peg-0.1.18.tar.gz peg-0.1.18 # tar https://www.piumarta.com/software/peg/peg-0.1.18.tar.gz peg-0.1.18
@ -41,14 +41,14 @@ tar https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.xz emacs-27.2
# tar https://ftp.gnu.org/gnu/ed/ed-1.16.tar.lz ed-1.16 # tar https://ftp.gnu.org/gnu/ed/ed-1.16.tar.lz ed-1.16
# tar http://lilypond.org/download/sources/v2.20/lilypond-2.20.0.tar.gz lilypond-2.20.0 # tar http://lilypond.org/download/sources/v2.20/lilypond-2.20.0.tar.gz lilypond-2.20.0
# tar https://www.sudo.ws/dist/sudo-1.9.0.tar.gz sudo-1.9.0 # tar https://www.sudo.ws/dist/sudo-1.9.0.tar.gz sudo-1.9.0
tar http://www.kernel.org/pub/linux/bluetooth/bluez-5.58.tar.xz bluez-5.58 # tar http://www.kernel.org/pub/linux/bluetooth/bluez-5.58.tar.xz bluez-5.58
# tar http://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz IntelRDFPMathLib20U2 # tar http://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz IntelRDFPMathLib20U2
tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26 # tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26
tar https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz ffmpeg-4.4 # tar https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz ffmpeg-4.4
tar https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz pulseaudio-14.2 # tar https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz pulseaudio-14.2
tar https://dbus.freedesktop.org/releases/dbus/dbus-1.13.18.tar.xz dbus-1.13.18 # tar https://dbus.freedesktop.org/releases/dbus/dbus-1.13.18.tar.xz dbus-1.13.18
tar https://w1.fi/releases/wpa_supplicant-2.9.tar.gz wpa_supplicant-2.9 # tar https://w1.fi/releases/wpa_supplicant-2.9.tar.gz wpa_supplicant-2.9
tar https://github.com/systemd/systemd/archive/refs/tags/v249.tar.gz systemd-v249 # tar https://github.com/systemd/systemd/archive/refs/tags/v249.tar.gz systemd-v249
# Languages # Languages
@ -60,7 +60,7 @@ git https://github.com/ziglang/zig zig
# git https://github.com/coq/coq coq # git https://github.com/coq/coq coq
# git https://github.com/agraef/pure-lang pure-lang # git https://github.com/agraef/pure-lang pure-lang
# git https://github.com/wren-lang/wren wren # git https://github.com/wren-lang/wren wren
git https://github.com/golang/go go # git https://github.com/golang/go go
# Utilities - git repositories # Utilities - git repositories
# git https://github.com/sharkdp/fd fd # git https://github.com/sharkdp/fd fd
@ -88,7 +88,7 @@ git https://github.com/antirez/smaz smaz
# git https://github.com/Gabriel439/bench bench # git https://github.com/Gabriel439/bench bench
# git https://github.com/chmln/sd sd # git https://github.com/chmln/sd sd
# git https://github.com/MirBSD/mksh mksh # git https://github.com/MirBSD/mksh mksh
git https://github.com/Sweets/hummingbird hummingbird # git https://github.com/Sweets/hummingbird hummingbird
# git https://github.com/octobanana/peaclock peaclock # git https://github.com/octobanana/peaclock peaclock
# git https://github.com/baskerville/sxhkd sxhkd # git https://github.com/baskerville/sxhkd sxhkd
# git https://github.com/baskerville/bspwm bspwm # git https://github.com/baskerville/bspwm bspwm
@ -98,7 +98,7 @@ git https://github.com/Sweets/hummingbird hummingbird
# git https://github.com/p-gen/smenu smenu # git https://github.com/p-gen/smenu smenu
# git https://github.com/libfuse/sshfs sshfs # git https://github.com/libfuse/sshfs sshfs
git https://github.com/andrewrk/tetris tetris git https://github.com/andrewrk/tetris tetris
git https://github.com/andrewrk/libsoundio libsoundio # git https://github.com/andrewrk/libsoundio libsoundio
# git https://github.com/andrewrk/zig-vulkan-triangle zig-vulkan-triangle # git https://github.com/andrewrk/zig-vulkan-triangle zig-vulkan-triangle
# git https://unix4lyfe.org/git/darkhttpd darkhttpd # git https://unix4lyfe.org/git/darkhttpd darkhttpd
# git https://github.com/mawww/kakoune kakoune # git https://github.com/mawww/kakoune kakoune
@ -190,15 +190,15 @@ git https://github.com/zigtools/zls zls
git https://github.com/cylgom/termbox_next termbox_next git https://github.com/cylgom/termbox_next termbox_next
# git https://github.com/patroclos/PAmix PAmix # git https://github.com/patroclos/PAmix PAmix
git https://github.com/Hejsil/zig-clap zig-clap git https://github.com/Hejsil/zig-clap zig-clap
git https://github.com/Hejsil/zig-gc zig-gc # git https://github.com/Hejsil/zig-gc zig-gc
git https://github.com/tiehuis/zig-regex zig-regex git https://github.com/tiehuis/zig-regex zig-regex
# git https://github.com/gernest/semver semver # git https://github.com/gernest/semver semver
# git https://github.com/vegecode/eazyinput eazyinput # git https://github.com/vegecode/eazyinput eazyinput
git https://github.com/Vexu/routez routez # git https://github.com/Vexu/routez routez
# git https://github.com/Vexu/zuri zuri # git https://github.com/Vexu/zuri zuri
git https://github.com/Vexu/arocc arocc git https://github.com/Vexu/arocc arocc
git https://github.com/dom96/nimbox nimbox git https://github.com/dom96/nimbox nimbox
git https://github.com/taglib/taglib taglib # git https://github.com/taglib/taglib taglib
# git https://github.com/prime31/zig-ecs zig-ecs # git https://github.com/prime31/zig-ecs zig-ecs
git https://github.com/Luukdegram/apple_pie apple_pie git https://github.com/Luukdegram/apple_pie apple_pie
# git https://github.com/Luukdegram/pit pit # git https://github.com/Luukdegram/pit pit
@ -215,7 +215,7 @@ git https://github.com/zig-community/Zig-Showdown Zig-Showdown
# git https://github.com/nspin/hs-arm hs-arm # git https://github.com/nspin/hs-arm hs-arm
git https://github.com/adamyordan/laplace laplace git https://github.com/adamyordan/laplace laplace
git https://github.com/dbandstra/zig-wav zig-wav git https://github.com/dbandstra/zig-wav zig-wav
git git://git.annexia.org/jonesforth.git jonesforth # git git://git.annexia.org/jonesforth.git jonesforth
# git https://github.com/ytdl-org/youtube-dl youtube-dl # git https://github.com/ytdl-org/youtube-dl youtube-dl
# git https://github.com/junegunn/fzf fzf # git https://github.com/junegunn/fzf fzf
git https://github.com/wolfpld/tracy tracy git https://github.com/wolfpld/tracy tracy
@ -229,27 +229,27 @@ git https://github.com/bytecodealliance/wasmtime wasmtime
git https://github.com/bytecodealliance/regalloc.rs regalloc.rs git https://github.com/bytecodealliance/regalloc.rs regalloc.rs
# git https://github.com/essej/sonobus sonobus # git https://github.com/essej/sonobus sonobus
# git https://github.com/khvzak/bluez-tools bluez-tools # git https://github.com/khvzak/bluez-tools bluez-tools
git https://github.com/arqv/zig-overlay zig-overlay # git https://github.com/arqv/zig-overlay zig-overlay
# git https://github.com/google/cpu_features cpu_features # git https://github.com/google/cpu_features cpu_features
git https://github.com/google/xls xls git https://github.com/google/xls xls
# git https://github.com/mifi/lossless-cut lossless-cut # git https://github.com/mifi/lossless-cut lossless-cut
git https://github.com/MasterQ32/ftz ftz # git https://github.com/MasterQ32/ftz ftz
git https://github.com/MasterQ32/zig-network zig-network # git https://github.com/MasterQ32/zig-network zig-network
git https://github.com/swaywm/wlroots wlroots # git https://github.com/swaywm/wlroots wlroots
git https://github.com/mattnite/zigbox zigbox git https://github.com/mattnite/zigbox zigbox
git https://github.com/mattnite/gyro gyro git https://github.com/mattnite/gyro gyro
# git https://github.com/aeronavery/zig-toml zig-toml # git https://github.com/aeronavery/zig-toml zig-toml
git https://github.com/zigimg/zigimg zigimg # git https://github.com/zigimg/zigimg zigimg
git https://github.com/zigimg/test-suite zigimg-test-suite # git https://github.com/zigimg/test-suite zigimg-test-suite
git https://github.com/heidezomp/dbus-zig dbus-zig git https://github.com/heidezomp/dbus-zig dbus-zig
git https://github.com/heftig/rtkit rtkit # git https://github.com/heftig/rtkit rtkit
git https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-mailserver git https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-mailserver
git https://github.com/nektro/zigmod zigmod git https://github.com/nektro/zigmod zigmod
git https://git.sr.ht/~emersion/vaapi-decoder vaapi-decoder # git https://git.sr.ht/~emersion/vaapi-decoder vaapi-decoder
git https://github.com/kristoff-it/zig-doctest zig-doctest git https://github.com/kristoff-it/zig-doctest zig-doctest
git https://github.com/kristoff-it/zig-okredis zig-okredis git https://github.com/kristoff-it/zig-okredis zig-okredis
git https://github.com/kristoff-it/bork bork git https://github.com/kristoff-it/bork bork
git https://git.tuxfamily.org/chrony/chrony.git chrony # git https://git.tuxfamily.org/chrony/chrony.git chrony
git https://github.com/hspak/brightnessztl brightnessztl git https://github.com/hspak/brightnessztl brightnessztl
git https://codeberg.org/jeang3nie/zterm.git zterm git https://codeberg.org/jeang3nie/zterm.git zterm
git https://gitlab.collabora.com/alf/wine.git winewayland git https://gitlab.collabora.com/alf/wine.git winewayland
@ -266,18 +266,22 @@ git https://github.com/wsmoses/Polygeist Polygeist
git https://github.com/diffblue/cbmc cbmc git https://github.com/diffblue/cbmc cbmc
git https://git.sr.ht/~motiejus/bazel-zig-cc bazel-zig-cc git https://git.sr.ht/~motiejus/bazel-zig-cc bazel-zig-cc
git https://github.com/darlinghq/darling darling git https://github.com/darlinghq/darling darling
git https://github.com/chipsalliance/verible verible
git https://github.com/firefart/stunner stunner
git https://github.com/chipsalliance/Surelog Surelog
git https://github.com/ACESLabUCSD/TinyGarbleCircuitSynthesis TinyGarbleCircuitSynthesis
# My own projects # My own projects
git git@github.com:ziglibs/lscolors zig-lscolors git git@github.com:ziglibs/lscolors zig-lscolors
git git@github.com:ziglibs/string-searching zig-string-searching git git@github.com:ziglibs/string-searching zig-string-searching
git git@github.com:ziglibs/ansi-term zig-ansi-term git git@github.com:ziglibs/ansi-term zig-ansi-term
git git@github.com:ziglibs/zlm zlm # git git@github.com:ziglibs/zlm zlm
git git@github.com:ziglibs/known-folders known-folders git git@github.com:ziglibs/known-folders known-folders
git git@github.com:ziglibs/repository ziglibs-repository # git git@github.com:ziglibs/repository ziglibs-repository
git git@github.com:ziglibs/zgl zgl # git git@github.com:ziglibs/zgl zgl
git git@github.com:timewarrior-synchronize/timew-sync-server timew-sync-server git git@github.com:timewarrior-synchronize/timew-sync-server timew-sync-server
git git@github.com:timewarrior-synchronize/timew-sync-client timew-sync-client git git@github.com:timewarrior-synchronize/timew-sync-client timew-sync-client
git git@github.com:timewarrior-synchronize/user-story-export user-story-export # git git@github.com:timewarrior-synchronize/user-story-export user-story-export
git git@github.com:joachimschmidt557/zig-walkdir zig-walkdir git git@github.com:joachimschmidt557/zig-walkdir zig-walkdir
git git@github.com:joachimschmidt557/zigfd zigfd git git@github.com:joachimschmidt557/zigfd zigfd
git git@github.com:joachimschmidt557/nim-lscolors nim-lscolors git git@github.com:joachimschmidt557/nim-lscolors nim-lscolors
@ -285,7 +289,7 @@ git git@github.com:joachimschmidt557/nimmm nimmm
# git git@github.com:twiddl/twiddl twiddl # git git@github.com:twiddl/twiddl twiddl
# git git@github.com:twiddl/webui webui # git git@github.com:twiddl/webui webui
# git git@github.com:twiddl/cli cli # git git@github.com:twiddl/cli cli
git git@gitlab.com:joachimschmidt557/nimbase nimbase # git git@gitlab.com:joachimschmidt557/nimbase nimbase
# git git@gitlab.com:joachimschmidt557/c-random c-random # git git@gitlab.com:joachimschmidt557/c-random c-random
# git git@gitlab.com:joachimschmidt557/haskell-random haskell-random # git git@gitlab.com:joachimschmidt557/haskell-random haskell-random
# git git@gitlab.com:joachimschmidt557/racket-random racket-random # git git@gitlab.com:joachimschmidt557/racket-random racket-random