summaryrefslogtreecommitdiff
path: root/packages/dev-libs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-libs')
-rw-r--r--packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-06
-rw-r--r--packages/dev-libs/rapidjson/rapidjson.exlib2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0 b/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0
new file mode 100644
index 0000000..e27c7a3
--- /dev/null
+++ b/packages/dev-libs/rapidjson/rapidjson-1.1.0.exheres-0
@@ -0,0 +1,6 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require rapidjson
+
+PLATFORMS="~amd64 ~x86"
diff --git a/packages/dev-libs/rapidjson/rapidjson.exlib b/packages/dev-libs/rapidjson/rapidjson.exlib
index 8afc7c4..f4baff7 100644
--- a/packages/dev-libs/rapidjson/rapidjson.exlib
+++ b/packages/dev-libs/rapidjson/rapidjson.exlib
@@ -11,7 +11,7 @@ SCM_SECONDARY_REPOSITORIES="gtest"
SCM_gtest_REPOSITORY="https://github.com/google/googletest.git"
-require github [ user=miloyip ]
+require github [ user=miloyip tag=v${PV} force_git_clone=true ]
require cmake [ api=2 ]
SUMMARY="A fast JSON parser/generator for C++ with both SAX/DOM style API"