From aeb83c9117e634d3018f395dff94d253b9aa1f81 Mon Sep 17 00:00:00 2001 From: Tequin Dragon <107694243+TequinDragon@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:27:08 +1200 Subject: [PATCH 1/2] Add recipe for Plasticity --- recipes/Plasticity.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/Plasticity.yml diff --git a/recipes/Plasticity.yml b/recipes/Plasticity.yml new file mode 100644 index 00000000..53737f4c --- /dev/null +++ b/recipes/Plasticity.yml @@ -0,0 +1,7 @@ +app: Plasticity + +ingredients: + script: + - URL=$(wget -q "https://api.github.com/repos/nkallen/plasticity/releases/latest" -O - | grep -E "https.*_amd64.deb" | cut -d'"' -f4) + - VERSION=$(echo $URL | grep -o '[^\/]*\.deb' | cut -d_ -f2) + - wget -c $URL From 4e962a460c6b5e24b0937c9e7c7f5d57602a6fcf Mon Sep 17 00:00:00 2001 From: Tequin Dragon <107694243+TequinDragon@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:09:29 +1200 Subject: [PATCH 2/2] Use existing plasticity.desktop --- recipes/Plasticity.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/Plasticity.yml b/recipes/Plasticity.yml index 53737f4c..871acec9 100644 --- a/recipes/Plasticity.yml +++ b/recipes/Plasticity.yml @@ -5,3 +5,6 @@ ingredients: - URL=$(wget -q "https://api.github.com/repos/nkallen/plasticity/releases/latest" -O - | grep -E "https.*_amd64.deb" | cut -d'"' -f4) - VERSION=$(echo $URL | grep -o '[^\/]*\.deb' | cut -d_ -f2) - wget -c $URL + +script: + - mv usr/share/applications/plasticity.desktop .