https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
Add checkinstall routine in justfile
for building deb/rpm/slackware packages
Diff
diff --git a/justfile b/justfile
index 3e200f5..e7c5f23 100644
--- a/justfile
+++ b/justfile
@@ -8,6 +8,9 @@ install: build
@echo "✓ oxwm installed to /usr/bin/oxwm"
@echo " Run 'oxwm --init' to create your config"
+checkinstall:
+ checkinstall --pkgname oxwm --exclude /root -y just install
+
uninstall:
rm -f /usr/bin/oxwm
@echo "✓ oxwm uninstalled"