We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65018c2 commit 1dcc768Copy full SHA for 1dcc768
repo/gurk.ubpkg.sky
@@ -0,0 +1,12 @@
1
+gh = github_repo("boxdot/gurk-rs")
2
+
3
+release = gh.latest_release()
4
5
+os_str = {
6
+ "linux": "unknown-linux-musl",
7
+ "macos": "apple-darwin",
8
+}[os]
9
10
+asset = release.get_asset_url("gurk-{arch}-{os_str}.tar.gz".format(arch=arch, os_str=os_str))
11
12
+install_binary(extract_from_url(asset, "gurk"), "gurk")
0 commit comments