oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Add checkinstall routine in justfile

Commit
1a1516e971e8c64366557a557c0da51d5f2e4370
Parent
dc07470
Author
cora <coradelamouche@gmx.ch>
Date
2025-12-27 03:44:42
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"