Skip to content

Commit

Permalink
Package ressh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexveecle authored and alexpdp7 committed Jan 16, 2025
1 parent 494cb1f commit 0063678
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions repo/ressh.ubpkg.sky
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
gh = github_repo("alexpdp7/ressh")

release = gh.latest_release()

suffix = {
"linux": "-linux-x86_64",
"macos": "-macos",
"windows": ".exe",
}[os]

asset = release.get_asset_url("ressh{suffix}".format(suffix=suffix))
install_binary(download_asset(asset, 1024*1024), "ressh")

0 comments on commit 0063678

Please sign in to comment.