diff options
Diffstat (limited to 'cmd/yeet/internal/pkgmeta/package.go')
| -rw-r--r-- | cmd/yeet/internal/pkgmeta/package.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/yeet/internal/pkgmeta/package.go b/cmd/yeet/internal/pkgmeta/package.go index 1aaa5a7..e7a9bb9 100644 --- a/cmd/yeet/internal/pkgmeta/package.go +++ b/cmd/yeet/internal/pkgmeta/package.go @@ -7,6 +7,7 @@ type Package struct { Homepage string `json:"homepage"` Group string `json:"group"` License string `json:"license"` + Platform string `json:"platform"` // if not set, default to linux Goarch string `json:"goarch"` Replaces []string `json:"replaces"` Depends []string `json:"depends"` |
