first commit

This commit is contained in:
tema5002
2026-05-04 16:17:30 +03:00
commit 889fa48a71
3 changed files with 209 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
local agcfg = {
["test-package"] = {
["maindir"] = "sha256sum/",
["version"] = "1.0.0",
["description"] = "Compute SHA-256 hash of a file",
["files"] = {
"halyde/apps/sha256sum.lua",
"halyde/apps/helpdb/sha256sum.txt"
}
}
}
return agcfg