wires

summary refs log tree commit diff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-03-19 17:09:41 -0400
committerwires <wires@noreply.wires.systems>2025-03-19 17:09:41 -0400
commit8466e9b4d2fbca85d53d8dadc87914b4766c43de (patch)
tree99a0d7a23e805f4ad3e30814ee9a09ebb00ae08b /build.zig.zon
downloadzosimos-8466e9b4d2fbca85d53d8dadc87914b4766c43de.tar.gz
initial commit
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..4b6e053
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,20 @@
+.{
+    .name = .zosimos,
+    .version = "0.0.1",
+    .fingerprint = 0xbfecc09f3aac6e5e,
+
+    .dependencies = .{
+        .rpi_firmware = .{
+            .url = "https://github.com/raspberrypi/firmware/archive/refs/tags/1.20250305.tar.gz",
+            .hash = "N-V-__8AAMDLwwuTMkMtG5M6jEZmHThO28TW5KOAG3wps15Y",
+        },
+    },
+
+    .paths = .{
+        "build.zig",
+        "build.zig.zon",
+        "src",
+        "LICENSE",
+        "README.md",
+    },
+}