NaSC is an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that answer changes, so does the equations it's used in.
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.gnome.Sdk//3.34"
$ flatpak install "flathub" "org.gnome.Platform//3.34"
$ flatpak install "flathub" "io.elementary.BaseApp//juno-19.08"
Clone this repository, then checkout the right branch.
$ git submodule init
$ git submodule update
$ flatpak-builder "build" "com.github.parnold_x.nasc.yaml" --force-clean --install-deps-from="flathub"
$ flatpak-builder --run "build" "com.github.parnold_x.nasc.yaml" "sh"
$ flatpak-builder --run "build" "com.github.parnold_x.nasc.yaml" "nasc"
$ flatpak-builder --repo="repo" --force-clean "build" "com.github.parnold_x.nasc.yaml"
$ flatpak --user remote-add --no-gpg-verify "nasc" "repo"
$ flatpak --user install "nasc" "com.github.parnold_x.nasc"
$ flatpak run "com.github.parnold_x.nasc"
$ flatpak --user uninstall "com.github.parnold_x.nasc"
$ flatpak --user remote-delete "nasc"
$ flatpak build-bundle "repo" "nasc.flatpak" "com.github.parnold_x.nasc" --runtime-repo="https://flathub.org/repo/flathub.flatpakrepo"
If you have already installed the package, you have to uninstall it before continuing.
$ flatpak --user install "nasc.flatpak"
See also:
I already provided COPR repo with (S)RPM packages for EL and Fedora.
No, I only created the flatpak package for it.
See also:
