Skip to content

Commit 7c45804

Browse files
alexveeclealexpdp7
authored andcommitted
Package fnm
1 parent 129f5a5 commit 7c45804

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

repo/fnm.ubpkg.sky

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
gh = github_repo("Schniz/fnm")
2+
3+
release = gh.latest_release()
4+
5+
asset = release.get_asset_url("fnm-{os}.zip".format(os=os))
6+
7+
install_binary(extract_from_url(asset, "fnm"), "fnm")

0 commit comments

Comments
 (0)