diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-01 22:33:36 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-01 22:33:36 -0400 |
| commit | f6166a6a9668ed7424514f43d7922990b7db7352 (patch) | |
| tree | 0d1ceeea15974b24ea85591d314c0503e6eac31a /cmd/yeet/internal/pkgmeta | |
| parent | 6e622796547d01f59694687decf157a9f09dd51f (diff) | |
| download | x-1.13.0.tar.xz x-1.13.0.zip | |
cmd/yeet: build tarball packagesv1.13.0
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/yeet/internal/pkgmeta')
| -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"` |
