From d3b4bc93e94ffaca038e84441a9c74e731f2ddad Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 26 Sep 2017 12:19:37 +0200 Subject: Imported kube flatpak dependencies --- dist/flatpak/boost.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dist/flatpak/boost.json (limited to 'dist/flatpak/boost.json') diff --git a/dist/flatpak/boost.json b/dist/flatpak/boost.json new file mode 100644 index 00000000..3e5318fb --- /dev/null +++ b/dist/flatpak/boost.json @@ -0,0 +1,17 @@ +{ + "name": "boost", + "config-opts": [], + "cleanup": [ "/lib/libboost_*.a" ], + "sources": [ + { + "type": "archive", + "url": "https://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2", + "sha256": "686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b" + }, + { + "type": "file", + "path": "boost-configure", + "dest-filename": "configure" + } + ] +} \ No newline at end of file -- cgit v1.2.3