opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

README.md (1145B)


      1 opkg
      2 ====
      3 
      4 This repo is adapted from [oasis][] but rather than installing as
      5 an OS it is meant to be installed alongside your existing system.
      6 
      7 The majority of things are unchanged. Most notably:
      8 
      9 * All packages are *statically linked!*
     10 
     11 Changes
     12 -------
     13 * Packages have been moved to sorted directories.
     14 * The set of packages is curated to my personal preferences.
     15 * OpenBSD `xargs` instead of sbase for parallel processing support.
     16 * cmark was replaced with [md4c][].
     17 
     18 Additional Packages
     19 -------------------
     20 * [hyx][]      - tiny hex editor
     21 * [libgit2][]  - no network support; needed for stagit.
     22 * [optipng][]  - PNG image optimizer
     23 * [spm][]      - simpler pass
     24 * [stagit][]   - static webpage generator for git repos.
     25 * [u-config][] - tiny pkg-config clone that doesn't require libc on amd64.
     26 
     27 [hyx]: https://yx7.cc/code/
     28 [libgit2]: https://github.com/libgit2/libgit2
     29 [md4c]: https://github.com/mity/md4c
     30 [oasis]: https://github.com/oasislinux/oasis
     31 [optipng]: https://optipng.sourceforge.net/
     32 [spm]: https://github.com/rnpnr/spm
     33 [stagit]: https://git.codemadness.org/stagit/file/README.html
     34 [u-config]: https://github.com/skeeto/u-config/