Useful PKGBUILDs, scripts and other software to be used with Hyperbola OS.

Sagar Acharya 5a3ec13eb4 added package installation instructions 2 سال پیش
abc 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
android-file-transfer 8faa651a58 [android-file-transfer] added new package 3 سال پیش
e2tools 782acdd6fe [e2tools] added new package 2 سال پیش
genode-dev f8a7417829 [genode-dev] added new package 2 سال پیش
http-parser bde8b05061 Made everything compliant with libretools. Improved security. 2 سال پیش
icestorm-git 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
iverilog 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
libgit2 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
nextpnr 50b2ec4770 [update] nextpnr -> 0.2 2 سال پیش
patchutils 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
prjtrellis 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
prjtrellis-db 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
proxychains-ng 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-advancedhtmlparser 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-beautifulsoup4 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-click 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-cssselect 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-flask 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-html5lib 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-itsdangerous 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-magic bde8b05061 Made everything compliant with libretools. Improved security. 2 سال پیش
python-pyquery 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-soupsieve 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-webencodings 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
python-werkzeug 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
sqlitebrowser 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
stagit 200622483a Made license keyword compliant with Hyperbola packaging standards 2 سال پیش
tcc 2a2a668398 [tcc] added new package 2 سال پیش
yosys c67799de81 [update] yosys -> 0.14 2 سال پیش
LICENSE 645531e96c Initial commit 3 سال پیش
README 5a3ec13eb4 added package installation instructions 2 سال پیش
build.sh bde8b05061 Made everything compliant with libretools. Improved security. 2 سال پیش

README

# 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!