aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVennor <vennor@protonmail.com>2020-07-06 21:18:53 +0200
committerGitHub <noreply@github.com>2020-07-06 12:18:53 -0700
commita2a16ae7d5c8cf53d4262aa3146f623bb1caca85 (patch)
tree87375a7c26604060dbeb140eb82f274b8adccf4a
parent6958919b4034907cab846b16625bad35f9496a33 (diff)
downloadvcpkg-a2a16ae7d5c8cf53d4262aa3146f623bb1caca85.tar.gz
vcpkg-a2a16ae7d5c8cf53d4262aa3146f623bb1caca85.zip
[ppmagic] Add new port (#12253)
* [ppmagic] Add 2c7894e3056c610d383027b2d48149ba9d4a1c62 * [ppmagic] Updated port version to the proper value 2020-07-03
-rw-r--r--ports/ppmagic/CONTROL4
-rw-r--r--ports/ppmagic/portfile.cmake13
2 files changed, 17 insertions, 0 deletions
diff --git a/ports/ppmagic/CONTROL b/ports/ppmagic/CONTROL
new file mode 100644
index 000000000..c31d605b7
--- /dev/null
+++ b/ports/ppmagic/CONTROL
@@ -0,0 +1,4 @@
+Source: ppmagic
+Version: 2020-07-03
+Description: C/C++ preprocessor macros that you can use to simplify your life.
+Homepage: https://github.com/kobalicek/ppmagic
diff --git a/ports/ppmagic/portfile.cmake b/ports/ppmagic/portfile.cmake
new file mode 100644
index 000000000..18f491f80
--- /dev/null
+++ b/ports/ppmagic/portfile.cmake
@@ -0,0 +1,13 @@
+# header-only library
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO kobalicek/ppmagic
+ REF 2c7894e3056c610d383027b2d48149ba9d4a1c62
+ SHA512 4ab5f1dbef4c9b7892d8042e2a2b01df21a201b2b05a1b75a6ad594f50e2ec1c6a3e4782bb1d702266c90440df679d7eb24dfe595ce35680f7d263ec6c371a3b
+ HEAD_REF master
+)
+
+file(COPY ${SOURCE_PATH}/ppmagic.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+
+configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)