diff options
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 | ||