summarylogtreecommitdiffstats
path: root/dpp.install
diff options
context:
space:
mode:
authorJakub 'Eremiell' Marek2022-06-14 09:16:17 +0200
committerJakub 'Eremiell' Marek2022-06-14 09:16:17 +0200
commitf7a34fb75e37a3a9ec86cd98a28164446a72b2e5 (patch)
treea2a4c62d3f35d2cb5dab6877d7f3fb585ce59c7d /dpp.install
downloadaur-f7a34fb75e37a3a9ec86cd98a28164446a72b2e5.tar.gz
🎉 Add package to AUR, version 10.0.10-1
* Initial build * Cmake semibroken (upstream) * Can't check PGP signature (upstream) * Tests turned off as one is failing (upstream) * Embedded fmt and nlohmann/json replaced by packages * Attempted repro, can't get it right
Diffstat (limited to 'dpp.install')
-rw-r--r--dpp.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dpp.install b/dpp.install
new file mode 100644
index 000000000000..ec53654af812
--- /dev/null
+++ b/dpp.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo -e "\e[31mNotice cmake find_package() doesn't currently work all the way.\e[0m"
+ echo -e "\e[31mThis is a known upstream issue and will hopefully get fixed eventually.\e[0m"
+ echo -e "\e[31mYou may want to use pkg-config to integrate into your cmake for now.\e[0m"
+ echo ""
+ echo -e "\e[1;33mAlso be aware one of the time conversion tests fail on devices not set to UTC.\e[0m"
+ echo -e "\e[1;33mThis shouldn't affect your server deploys but may play role on your dev machine.\e[0m"
+ echo ""
+ echo -e "\e[32mTo keep things lean and clean, embedded fmt and nlohmann/json\e[0m"
+ echo -e "\e[32mhave been replaced by packaged versions.\e[0m"
+ echo -e "\e[32mMind that when looking up online tutorials.\e[0m"
+} \ No newline at end of file