From 1ca60aab50259194c9fce4d689bfc6601e6ec8e0 Mon Sep 17 00:00:00 2001 From: ABevier Date: Wed, 8 Mar 2023 17:51:59 -0500 Subject: [PATCH] +vde (#483) * +vde * remove unnecessary echo --- projects/virtualsquare.org/vde/package.yml | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 projects/virtualsquare.org/vde/package.yml diff --git a/projects/virtualsquare.org/vde/package.yml b/projects/virtualsquare.org/vde/package.yml new file mode 100644 index 00000000..2d417472 --- /dev/null +++ b/projects/virtualsquare.org/vde/package.yml @@ -0,0 +1,38 @@ +distributable: + url: https://github.com/virtualsquare/vde-2/archive/refs/tags/v{{ version }}.tar.gz + strip-components: 1 + +versions: + github: virtualsquare/vde-2/releases/tags + strip: /^v/ + +provides: + - vde_autolink + - vde_over_ns + - vde_pcapplug + - vde_plug + - vde_plug2tap + - vde_router + - vde_switch + - vdecmd + - vdeterm + +build: + dependencies: + tea.xyz/gx/cc: c99 + tea.xyz/gx/make: '*' + gnu.org/autoconf: ^2 + gnu.org/automake: ^1 + gnu.org/libtool: ^2.4 + script: | + autoreconf --install + ./configure $ARGS + make install + env: + ARGS: + - --disable-debug + - --disable-dependency-tracking + - --prefix="{{prefix}}" + +test: | + vde_switch -v | grep "VDE {{ version }}"