@herbivorous.cybo It was designed so badly that there is no good way to package it completely. Any suggestions?
Search Criteria
Package Details: vcpkg-git 2023.06.20.r43.g288e8bebf4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vcpkg-git.git (read-only, click to copy) |
---|---|
Package Base: | vcpkg-git |
Description: | C++ library manager for Windows, Linux, and MacOS |
Upstream URL: | https://github.com/microsoft/vcpkg |
Licenses: | MIT |
Conflicts: | vcpkg |
Provides: | vcpkg |
Submitter: | ohmyarch |
Maintainer: | kyechou |
Last Packager: | kyechou |
Votes: | 10 |
Popularity: | 0.000137 |
First Submitted: | 2018-04-25 01:42 (UTC) |
Last Updated: | 2023-06-25 08:00 (UTC) |
Dependencies (6)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- zip (zip-natspecAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (4)
- audio-share (requires vcpkg) (make)
- beammp-launcher-git (requires vcpkg) (make)
- cmake-init-git (requires vcpkg) (optional)
- python-ale-py (requires vcpkg) (make)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3
ohmyarch commented on 2018-11-14 03:52 (UTC)
herbivorous.cybo commented on 2018-10-08 01:12 (UTC)
Was it intentional for this package to exclude the ports tree from the git repo? Without it, you cannot search for or install any libraries with vcpkg.
Pinned Comments
kyechou commented on 2021-10-08 20:01 (UTC)
Hi @ericfont, thanks for the suggestions. I just updated the package so that the vcpkg root is at
/opt/vcpkg
and both/opt/vcpkg
and/var/cache/vcpkg
are configured to be owned by the groupvcpkg
(with GID 499). The fixed-GID method seems to be the best we can get under this particular scenario. [ref: https://bbs.archlinux.org/viewtopic.php?id=241480] But I do also think that using vcpkg without a package manager makes more sense if the host machine is shared with other users.