summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-08-19 19:52:49 +0200
committernicolargo <nicolas@nicolargo.com>2022-08-19 19:52:49 +0200
commitd954a0127c36cfb4700ce23989a15761ab341472 (patch)
tree71bcbfbd84b299dc2ca04df8fb97a2024432696d /Makefile
parent004288eac5b4ffbcced7149113150d7cc42df28e (diff)
Distribute as Flatpak - First try #1374
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a564c6e1..7ca52404 100644
--- a/Makefile
+++ b/Makefile
@@ -98,4 +98,9 @@ release-note: ## Generate release note
@echo "\n"
git --no-pager shortlog -s -n $(LASTTAG)..HEAD
+flatpak: venv-dev ## Generate FlatPack JSON file
+ git clone https://github.com/flatpak/flatpak-builder-tools.git
+ ./venv/bin/python ./flatpak-builder-tools/pip/flatpak-pip-generator glances
+ rm -rf ./flatpak-builder-tools
+
.PHONY: test docs docs-server venv