adding packaging

This commit is contained in:
2022-12-02 14:26:25 +01:00
parent 41f93fcf15
commit 6435d0e844
4 changed files with 66 additions and 7 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
SHELL := /bin/bash
apk:
nfpm package -p apk
deb:
nfpm package -p deb
rpm:
nfpm package -p rpm