diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-19 15:16:39 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-19 15:16:44 -0400 |
| commit | b2bc32ad7a215e257616bde979a6febcef1332e1 (patch) | |
| tree | 862e215cac0c1be84f19c0226bc691eb43109d89 | |
| parent | 5118eb7330b6eee1cb98fa9ac3229e75c5266d74 (diff) | |
| download | x-b2bc32ad7a215e257616bde979a6febcef1332e1.tar.xz x-b2bc32ad7a215e257616bde979a6febcef1332e1.zip | |
build uploud packages
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | yeetfile.js | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/yeetfile.js b/yeetfile.js index f3edb2f..5795555 100644 --- a/yeetfile.js +++ b/yeetfile.js @@ -50,7 +50,7 @@ $`ko build --platform=all --base-import-paths --tags=latest,${git.tag()} ./cmd/{ "LICENSE": "LICENSE", }, - build: ({ bin, systemd }) => { + build: ({ bin }) => { $`go build -o ${bin}/license -ldflags '-s -w -extldflags "-static" -X "within.website/x.Version=${git.tag()}"' ./cmd/license` }, }); @@ -72,6 +72,22 @@ $`ko build --platform=all --base-import-paths --tags=latest,${git.tag()} ./cmd/{ }); method.build({ + name: "uploud", + description: "Upload images to the cloud!", + homepage: "https://within.website", + license: "CC0", + goarch, + + documentation: { + "LICENSE": "LICENSE", + }, + + build: ({ bin }) => { + $`go build -o ${bin}/uploud -ldflags '-s -w -extldflags "-static" -X "within.website/x.Version=${git.tag()}"' ./cmd/uploud` + }, + }); + + method.build({ name: "x", description: "the universal x command", homepage: "https://within.website", |
