From da04ea017fe7b460282d0678cebcf9b21265be1a Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Wed, 29 Sep 2021 06:18:54 -0400 Subject: [PATCH] Added ring (jami) and dependencies --- helpers/make-catch2 | 29 +++++++++++++++++++++++++++++ helpers/make-opendht | 30 ++++++++++++++++++++++++++++++ helpers/make-restinio | 30 ++++++++++++++++++++++++++++++ helpers/make-ring | 30 ++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+) create mode 100644 helpers/make-catch2 create mode 100644 helpers/make-opendht create mode 100644 helpers/make-restinio create mode 100644 helpers/make-ring diff --git a/helpers/make-catch2 b/helpers/make-catch2 new file mode 100644 index 0000000..acd913d --- /dev/null +++ b/helpers/make-catch2 @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2021 Ruben Rodriguez +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu hirsute main universe' +REPOKEY=871920D1991BC93C + +. ./config + +changelog "Backported from Hirsute" + +compile diff --git a/helpers/make-opendht b/helpers/make-opendht new file mode 100644 index 0000000..fdf822f --- /dev/null +++ b/helpers/make-opendht @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2021 Ruben Rodriguez +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu hirsute main universe' +REPOKEY=871920D1991BC93C +DEPENDS=restinio + +. ./config + +changelog "Backported from Hirsute" + +compile diff --git a/helpers/make-restinio b/helpers/make-restinio new file mode 100644 index 0000000..186fd8b --- /dev/null +++ b/helpers/make-restinio @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2021 Ruben Rodriguez +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu hirsute main universe' +REPOKEY=871920D1991BC93C +DEPENDS=catch2 + +. ./config + +changelog "Backported from Hirsute" + +compile diff --git a/helpers/make-ring b/helpers/make-ring new file mode 100644 index 0000000..c1a346a --- /dev/null +++ b/helpers/make-ring @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2021 Ruben Rodriguez +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu hirsute main universe' +REPOKEY=871920D1991BC93C +DEPENDS=opendht + +. ./config + +changelog "Backported from Hirsute" + +compile