Ipsec2; strongswan, how to use repository?

I have finally managed to put my mikrotik in order and I am trying to connect to it using ipsec2, ok, sailfish doesnt support it (which is just a pitty =/) but I have found this post:

https://together.jolla.com/question/201343/vpnhow-to-configure-l2tpipsec-psk/

I am familiar with strongswan as I also use it on linux but I am having problems installing it. Ok, I understand that this is a repository ( https://build.merproject.org/package/show/home:nielnielsen/strongswan ) but how to use it?

You don’t need the whole repo, you can just download the artifacts (rpms) from there and install them.

But to answer your question, you can use the ssu (or zypper) tool to manage repositories:

ssu ar <reponame> https://path/to/repository # add a repo
ssu dr <reponame> # disable a repo but leave configured
ssu er <reponame> # enable a disabled repo
ssu rr <reponame> # remove a repo

All these work as regular user.

After adding you have to pkcon refresh (or zypper re) to update the package index.

You can use any reponame you want, but the URL must point to an actual rpm repo (it has to have a certain structure and index files), can’t be just any url. I think in this case that would be http://repo.merproject.org/obs/home:/nielnielsen/sailfish_latest_armv7hl/ but I haven’t tested.

Also NB: Adding any repositories can be very dangerous as the contents of the repos might conflict or replace system packages. Be very careful with that.