Skip to content

Commit

Permalink
WIP: package ttm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdp7 committed May 6, 2024
1 parent 1f471bd commit 6dd15a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions repo/ttm.ubpkg.sky
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ttm requires musl!

latest_release = get_repo_latest_version("https://gitlab.com/etke.cc/tools/ttm.git").removeprefix("v")

url = "https://gitlab.com/etke.cc/tools/ttm/-/releases/v{release}/downloads/ttm_{release}_linux_amd64".format(release=latest_release)

install_binary(download_asset(url, 8*1024*1024), "ttm")

0 comments on commit 6dd15a8

Please sign in to comment.