summarylogtreecommitdiffstats
path: root/vcpkg-git.install
diff options
context:
space:
mode:
authorHonghao Li2019-06-14 19:11:14 +0800
committerHonghao Li2019-06-14 19:11:14 +0800
commitce8df9a7ae7e5d87dbf8d24d849a5ee0e065c361 (patch)
treed1eaa3a6a60127143838dac7b29ea039838f7d84 /vcpkg-git.install
parentbe60f3f7dae6e11b596438e611e5e47c3688f57b (diff)
downloadaur-ce8df9a7ae7e5d87dbf8d24d849a5ee0e065c361.tar.gz
new PKGBUILD script
Diffstat (limited to 'vcpkg-git.install')
-rw-r--r--vcpkg-git.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg-git.install b/vcpkg-git.install
new file mode 100644
index 000000000000..a45793492c61
--- /dev/null
+++ b/vcpkg-git.install
@@ -0,0 +1,16 @@
+post_install() {
+
+ cat << _EOF
+
+ ==> vcpkg user note:
+ ------------------------------------------------------------------------------
+ "VCPKG_ROOT" is set to "/usr/share/vcpkg"
+ "VCPKG_DOWNLOADS" is set to "/var/cache/vcpkg"
+ To cooperate with CMake, add "-DCMAKE_TOOLCHAIN_FILE=/usr/share/vcpkg/scripts/buildsystems/vcpkg.cmake"
+
+_EOF
+}
+
+post_upgrade() {
+ post_install
+}