From 14354b96301e252f52b5315e63b43f44dbac5314 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sun, 16 Jun 2024 13:07:26 +0200 Subject: InComm --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3280ad4 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Content + +## Modules + +### initfunctions + +A script that gives you status messages in the vein of classical SysV init functions. +I myself have migrated to systemd (stripped of what I don't need ofc, mostly using the resource +manager only), but I still like this classical output for many of my scripts. + +## Files / Folders + +### /fs + +This reflects actual system folders, so here you'll find the actual scripts and +libraries in the folders you'd put them into on your system. + +### /Makefile + +Only use this if you want to install the files underneath `fs` directly. +No common target, either use tab completion of `make` or read the Makefile yourself. + +### /nfpm + +Stuff I use for building packages you would install on a target OS if you do not +want to care about distribution yourself. + +Currently I am using [nfpm](https://github.com/goreleaser/nfpm) for this. It can build +debs, rpms, and even apks - I don't care about other OSes now and I *especially* don't care +about broken OSes that never were built for proper mass administration in the first place +(i.e. Windows/MSI). Most of my stuff is not built for that anyway. + +Right now, nfpm quickly suited my needs. Should I change this, this doc will also change. -- cgit v1.2.3