flathub / com.syntevo.SmartGit

https://flathub.org/apps/details/com.syntevo.SmartGit
3 stars 3 forks source link

The Real Slim SSH #13

Closed x80486 closed 5 years ago

x80486 commented 5 years ago

SmartGit needs the ssh command only in order to enable the Use system SSH client. Right now the entire SSH horde is being installed as part of OpenSSH...so this is just a reminder to slim that down :sunglasses:

This should do it:

{
  "name": "openssh",
  "config-opts": ["--without-pie"],
  "make-args": ["ssh"],
  "no-make-install": true,
  "post-install": ["install -Dm0755 ssh /app/bin/"],
  . . .
},