synology-wireguard/template/INFO.sh

13 lines
331 B
Bash
Executable File

#!/bin/bash
source /pkgscripts-ng/include/pkg_util.sh
package="WireGuard-$DSM_VER"
version="$WIREGUARD_VERSION"
displayname="WireGuard"
os_min_ver="OS_MIN_VER"
maintainer="Andreas Runfalk"
arch="$(pkg_get_platform)"
description="Adds WireGuard support for your Synology NAS."
[ "$(caller)" != "0 NULL" ] && return 0
pkg_dump_info