HexoEditor is a markdown editor for Hexo.
This repo is about the flatpak package.
For EL7:
# yum install 'flatpak' 'flatpak-builder'
You may also wish to install the xdg-desktop-portal*
packages:
# yum install 'xdg-desktop-portal*'
See also:
$ flatpak remote-add --if-not-exists "flathub" "https://dl.flathub.org/repo/flathub.flatpakrepo"
See also:
$ flatpak install "flathub" "org.freedesktop.Sdk//18.08"
$ flatpak install "flathub" "org.freedesktop.Platform//18.08"
$ flatpak-builder "build" "com.github.zhuzhuyule.HexoEditor.yaml" --force-clean --install-deps-from="flathub"
$ flatpak-builder --run "build" "com.github.zhuzhuyule.HexoEditor.yaml" "sh"
$ flatpak-builder --run "build" "com.github.zhuzhuyule.HexoEditor.yaml" "HexoEditor"
$ flatpak-builder --repo="repo" --force-clean "build" "com.github.zhuzhuyule.HexoEditor.yaml"
$ flatpak --user remote-add --no-gpg-verify "hexoeditor" "repo"
$ flatpak --user install "hexoeditor" "com.github.zhuzhuyule.HexoEditor"
$ flatpak run "com.github.zhuzhuyule.HexoEditor"
$ flatpak --user uninstall "com.github.zhuzhuyule.HexoEditor"
$ flatpak --user remote-delete "hexoeditor"
See also: Building your first Flatpak
No, I only created the flatpak package for it.
See also: