archpackaging

PKGBUILDs
git clone https://git.awy.one/archpackaging
Log | Files | Refs

README.md (661B) - View raw


instructions for manual compiling. not recommended since it lacks PGO and produces slow binary for whatever reason

dont forget to add maintainer and gpg id in /etc/makepkg.conf before packaging

  1. git clone git://git.savannah.gnu.org/gnuzilla.git --depth=1
  2. cd gnuzilla
  3. ./makeicecat
  4. cd output/icecat....
  5. cp .mozconfig into source folder (copy it from here or use icecatbrowser.org repo, dont forget to add dot)
  6. ./march configure
  7. ./march build
  8. ./march install
  9. cd output/icecat..../obj-x86.../dist
  10. cp that tar.bz2 file into PKGBUILD directory
  11. then in pkgbuild dir just run "makepkg -f --sign"