1234567891011121314151617181920212223242526272829303132333435 |
- # hyperbola_os
- Useful PKGBUILDs, scripts and other software to be used with Hyperbola OS.
- (Compliant with libretools now. Hurray for state of the art security!)
- To build any package, change directory to that package
- `doas ../build.sh`
- Above script needs to be run as root because the directories where packages
- are built is owned by root.
- Gpg keys need to be imported manually by package builder.
- When a dependency is not available in official hyperbola packages, it cannot be built
- with libretools as in librechroot, build.sh tries to fetch those dependencies from
- hyperbola mirrors or current cache, if it isn't available, building fails. Those
- packages can be built using `makepkg` command in the directory.
- To install the package,
- `doas pacman -U built_package.lz`
- Packages listed below do not follow Hyperbola OS principles strictly.
- These are packaged at latest versions as stable ones aren't released yet.
- icestorm-git
- prjtrellis-db
- yosys : It does not clear some tests. However, it clears many. To check whether
- it works correctly in the commands you want to use, uncomment check
- function within PKGBUILD and read the test output. Uncomment it later,
- build, install and use. Will update later.
- Special Thanks to Tobias Dausend!
|