aboutsummaryrefslogtreecommitdiff
path: root/internal/sources
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-05-04 19:07:02 +1200
committerArslaan Pathan <[email protected]>2026-05-04 19:08:06 +1200
commit075bc9a33b0f0df8dd59b55e3f425816448750c7 (patch)
tree053d8cc3a6e2eba00febdcca015ba082f29b2f20 /internal/sources
parent561574e64dcb778fb38b5fee4c6e53cbaebdaeea (diff)
downloadkiiro-075bc9a33b0f0df8dd59b55e3f425816448750c7.tar.xz
kiiro-075bc9a33b0f0df8dd59b55e3f425816448750c7.zip
Annotate a few things and implement FetchKiiroToml
Diffstat (limited to 'internal/sources')
-rw-r--r--internal/sources/sources.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/sources/sources.go b/internal/sources/sources.go
index 434e734..d99ff5e 100644
--- a/internal/sources/sources.go
+++ b/internal/sources/sources.go
@@ -11,6 +11,7 @@ import (
)
type PackageListing struct {
+ // no need for a Name field, that's handled by kiirotoml, and the structure for a Kiiro source would be a "listing.json" file inside of a folder with the package name, we all goods
Repository string `json:"repo"`
KiirofileOverride *string `json:"kiirofile_override"`
KiirotomlOverride *string `json:"kiirotoml_override"`