git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-06-16 13:07:26 +0200
committerH. P. <coding _æ_ lirion.de> 2024-06-16 13:07:26 +0200
commit14354b96301e252f52b5315e63b43f44dbac5314 (patch)
tree0fd91d25caa6a681ca8eaab4f3d3f6031afc0b3e /README.md
downloadlirion-initfunctions-14354b96301e252f52b5315e63b43f44dbac5314.tar.bz2
InComm
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
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.