Skip to content

Commit

Permalink
Pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Sep 6, 2024
1 parent 55d6fcf commit 87e4787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ repository:
echo "Section: net" >> out/_pages/all/Packages
echo "Architecture: all" >> out/_pages/all/Packages
echo "Filename: nfqws-keenetic_$(VERSION)_all.ipk" >> out/_pages/all/Packages
echo "Size: $(shell stat -f%z out/nfqws-keenetic_$(VERSION)_all.ipk)" >> out/_pages/all/Packages
echo "SHA256sum: $(shell sha256sum out/nfqws-keenetic_$(VERSION)_all.ipk | head -c 64)" >> out/_pages/all/Packages
echo "Size: $(shell wc -c out/nfqws-keenetic_$(VERSION)_all.ipk | awk '{print $1}')" >> out/_pages/all/Packages
echo "SHA256sum: $(shell sha256sum out/nfqws-keenetic_$(VERSION)_all.ipk | awk '{print $1}')" >> out/_pages/all/Packages
echo "Description: NFQWS service" >> out/_pages/all/Packages

gzip -k out/_pages/all/Packages
Expand Down

0 comments on commit 87e4787

Please sign in to comment.