diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-26 12:19:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-27 11:46:51 +0200 |
commit | d3b4bc93e94ffaca038e84441a9c74e731f2ddad (patch) | |
tree | de11287aa67d390e2c2c6b1741a2c6fab932fab4 /dist/flatpak/boost.json | |
parent | 0cc8a41f59c242732b99a8ce8b551dad62714777 (diff) | |
download | kube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.tar.gz kube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.zip |
Imported kube flatpak dependencies
Diffstat (limited to 'dist/flatpak/boost.json')
-rw-r--r-- | dist/flatpak/boost.json | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
1 | { | ||
2 | "name": "boost", | ||
3 | "config-opts": [], | ||
4 | "cleanup": [ "/lib/libboost_*.a" ], | ||
5 | "sources": [ | ||
6 | { | ||
7 | "type": "archive", | ||
8 | "url": "https://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2", | ||
9 | "sha256": "686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b" | ||
10 | }, | ||
11 | { | ||
12 | "type": "file", | ||
13 | "path": "boost-configure", | ||
14 | "dest-filename": "configure" | ||
15 | } | ||
16 | ] | ||
17 | } \ No newline at end of file | ||