hpr1668 :: Nixstaller
Klaatu talks about Nixstaller. Packaging applications for GNU Linux and BSD
Hosted by Klaatu on Wednesday, 2014-12-24 is flagged as Clean and is released under a CC-BY-SA license.
Nixstaller, packaging, GNU Linux, BSD.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr1668
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:50:16
Packaging applications for GNU Linux and BSD.
Klaatu submits a series on packaging applications for GNU Linux and BSD.
Cross-distro and -POSIX packages are easy with Nixstaller. (Note that this pre-dates and is entirely unrelated to NixOS or Nix packages.)
Download Nixstaller from https://nixstaller.sourceforge.net and read the docs there.
Review the sample package templates included in the examples dir.
Generate an empty template dir with genprojdir.sh
Modify the config.lua and run.lua files to suit your needs.
Place your payload(s) into the appropriate folders.
Generate your re-distributable install file with geninstall.sh:
geninstall foo-1.0.0 foo.run
That's it!