appdwarf/apps/README.md

24 lines
1.3 KiB
Markdown
Raw Normal View History

2022-03-25 22:40:58 +00:00
# Apps
This directory contains various scripts I've put together to quickly and easily create
images of various large and/or popular programs. I give no guarantee that they will
work correctly or as desired; these have been put together largely for my own usage.
These scripts are all targeted for using on x86_64 Linux systems with GLIBC.
## Scripts
Script | Function | Source
--- | --- | ---
`mkchrome ` | Latest official Chromium build | <https://download-chromium.appspot.com>
`mkgo ` | Latest official Go release | <https://go.dev>
`mkjava ` | Accepts an argument for Java version and obtains that build from Adoptium | <https://adoptium.net>
`mkmp3tag ` | Latest 64-bit Mp3tag release | <https://mp3tag.de/en>
2022-03-25 22:40:58 +00:00
`mknode ` | Latest official NodeJS release | <https://nodejs.org>
`mkpypy ` | Latest PyPy3 release | <https://www.pypy.org>
`mkrust ` | Latest Rust nightly | <https://rust-lang.org>
`mktex ` | Minimal/custom TeX Live image | <https://ctan.org>
`mkwine ` | Latest `wine-staging-tkg` release | <https://github.com/Kron4ek/Wine-Builds>
`mkwine proton` | GloriousEggroll Proton Builds | <https://github.com/GloriousEggroll/proton-ge-custom>
2022-03-25 22:40:58 +00:00
`rustsolus` | Latest Rust stable from the Solus repos (requires `eopkg` and may not work on other distros) | <https://getsol.us>