]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add sha256sum for package
authorBastian Dehn <hhaalo@arcor.de>
Sun, 17 May 2026 14:20:48 +0000 (16:20 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 17 May 2026 14:20:48 +0000 (16:20 +0200)
Makefile

index 66b544a6f27c5551d0d51476d470c96d7341a163..1f5816100a1c7ec0ede709a148563cec36c5e67d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,3 +43,5 @@ $(BUILDDIR)/$(PACKAGENAME).deb: \
        mkdir --parents $(@D)
        umask 0022
        cd build && dpkg-deb --build --root-owner-group $(PACKAGENAME)
+       sha256sum $(@) > $(@).sha256
+       cat $(@).sha256