From fe97ea1ab7a28228badba15f862b80421e1fd265 Mon Sep 17 00:00:00 2001 From: omega ui Date: Sun, 12 May 2024 14:19:30 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Now=20you=20can=20install=20cliptop?= =?UTF-8?q?ia=20using=20gpm.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpm.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gpm.yaml diff --git a/gpm.yaml b/gpm.yaml new file mode 100644 index 0000000..dd2bacc --- /dev/null +++ b/gpm.yaml @@ -0,0 +1,26 @@ + +type: application + +icon: https://raw.githubusercontent.com/omegaui/cliptopia/master/package/desktop/cliptopia.png + +build: + - linux: + note: 'You are about to install cliptopia with gpm' + executable: cliptopia + appData: + - data + - lib + - cliptopia + dependencies: + - executable: flutter + version: ^3.13.0 + help: Please install flutter from https://flutter.dev + steps: + - name: Running pub get + run: flutter pub get + - name: Building Cliptopia + run: flutter build linux --release + - name: Removing sources + run: rm -rf lib/ + - name: Relocating compiled data + run: mv build/linux/x64/release/bundle/* .