Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160476220
D45367.id139104.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D45367.id139104.diff
View Options
Index: vcpkg/Makefile
===================================================================
--- /dev/null
+++ vcpkg/Makefile
@@ -0,0 +1,31 @@
+PORTNAME= vcpkg
+DISTVERSION= 2024.04.26
+CATEGORIES= ports-mgmt
+DISTFILES= microsoft-vcpkg-2024.04.26_GH0${EXTRACT_SUFX}
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= freebsd@sysctl.cz
+COMMENT= Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS.
+WWW= https://github.com/microsoft/vcpkg
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= cmake tar
+
+BUILD_DEPENDS= curl>0:ftp/curl \
+ zip:archivers/zip
+
+USE_GITHUB= yes
+GH_ACCOUNT= microsoft
+
+NO_BUILD=yes
+PLIST_FILES= bin/vcpkg
+
+do-configure:
+ @cd ${WRKSRC} && ./bootstrap-vcpkg.sh
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>
Index: vcpkg/distinfo
===================================================================
--- /dev/null
+++ vcpkg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1716560582
+SHA256 (microsoft-vcpkg-2024.04.26_GH0.tar.gz) = 2d7eaeaf0318f25306cf995d4f399b43953c9cb1e54b689d850f6ce0f0e7ef48
+SIZE (microsoft-vcpkg-2024.04.26_GH0.tar.gz) = 4285053
Index: vcpkg/pkg-descr
===================================================================
--- /dev/null
+++ vcpkg/pkg-descr
@@ -0,0 +1 @@
+Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 25, 10:00 PM (17 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34330650
Default Alt Text
D45367.id139104.diff (1 KB)
Attached To
Mode
D45367: [NEW PORT] ports-mgnt/vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS.
Attached
Detach File
Event Timeline
Log In to Comment