void-packages/srcpkgs/vpnc/files/vpnc-script
Enno Boland d74e6e841d vpnc: change upstream to fork
fixes #26798.

* Changes upstream to https://github.com/streambinder/vpnc/. That's a fork
  that's a fork which is at least used in alpine.
* Depends on vpnc-scripts. New upstream doesn't ship those files anymore
* Add wrapper script to stay backwards compatible
* Switch to build_style=gnu-makefile instead of manually calling make.
2021-02-01 10:00:11 +01:00

3 lines
59 B
Bash

#!/bin/sh
exec /usr/libexec/vpnc-scripts/vpnc-script "$@"