From 6cd1cd5f1dfdda4c43a272bee7b36cbb83f65a2c Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 1 Mar 2026 18:26:30 +1300 Subject: Initial commit --- internal/manifest/manifest.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 internal/manifest/manifest.go (limited to 'internal/manifest') diff --git a/internal/manifest/manifest.go b/internal/manifest/manifest.go new file mode 100644 index 0000000..5914b0e --- /dev/null +++ b/internal/manifest/manifest.go @@ -0,0 +1,11 @@ +package manifest + +type KiiroToml struct { + Name string `toml:"pkgname"` + Version string `toml:"version"` + Architectures string `toml:"archs"` + Authors []string `toml:"authors"` + Maintainers []string `toml:"maintainers"` + Depends []string `toml:"deps"` +} + -- cgit v1.2.3