More packages for the Guix package manager! This repository contains recipes for packages that I am working on. They will eventually be sent upstream. When this is the case, they will vanish from this repo. How to use these packages? ========================== ```sh export GUIX_PACKAGE_PATH=$HOME/guix-more ``` That's it! What is in there? ================= Binary analysis software ------------------------ * _capstone_: A disassembler framework with a lot of supported architectures * _z3_: A constraint solver * _angr_: A binary analysis tool * _radare2_: A disassembler and analysis tool * _bap_: A binary analysis platform Games ----- * _lugaru_: A third-person action game Video ----- * _aegisub_: A subtitle editor Webservices ----------- * _pootle_: A community translation server Current work ============ Using skia with icecat ---------------------- Currently working on this. I have a recipe for google-gn, a tool required by skia to be built. It is contained in the chromium source code, so I may as well add chromium on the way.