From 6dd15a8f023e7f1888eee3e50860a78ff45bf8e8 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 6 May 2024 13:22:07 +0200 Subject: [PATCH] WIP: package ttm --- repo/ttm.ubpkg.sky | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repo/ttm.ubpkg.sky diff --git a/repo/ttm.ubpkg.sky b/repo/ttm.ubpkg.sky new file mode 100644 index 0000000..962111d --- /dev/null +++ b/repo/ttm.ubpkg.sky @@ -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")