vcpkg-registryRegistry containing personal projects |
git clone git://git.dimitrijedobrota.com/vcpkg-registry.git |
Log | Files | Refs | |
commit | 93159a6024f170bb5fedd97daad8b7dd8dbc99ab |
parent | 92d1a478bd61c15d488f5ec269b3b64e5bbb618b |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Mon, 10 Mar 2025 16:44:04 +0100 |
Add Alec library
Diffstat:A | ports/alec/portfile.cmake | | | +++++++++++++++++++++++++++ |
A | ports/alec/vcpkg.json | | | +++++++++++++++++ |
A | versions/a-/alec.json | | | +++++++++ |
M | versions/baseline.json | | | ++++ |
4 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/ports/alec/portfile.cmake b/ports/alec/portfile.cmake
@@ -0,0 +1,27 @@
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL git://git.dimitrijedobrota.com/alec.git
REF ab7d347f7d287bcd1e08a97057f1a34b500b115e
HEAD_REF master
)
set(name alec)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
"-D${name}_INSTALL_CMAKEDIR=share/${name}"
)
set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME "${name}")
vcpkg_copy_pdbs()
configure_file(
"${SOURCE_PATH}/LICENSE.md"
"${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright"
COPYONLY
)
diff --git a/ports/alec/vcpkg.json b/ports/alec/vcpkg.json
@@ -0,0 +1,17 @@
{
"name": "alec",
"version": "0.1.17",
"description": "Simple C++ template engine",
"homepage": "https://git.dimitrijedobrota.com/alec.git",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
diff --git a/versions/a-/alec.json b/versions/a-/alec.json
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "cb69cc14e915b36ce0a8057930b3cc243ce27993",
"version": "0.1.17",
"port-version": 0
}
]
}
diff --git a/versions/baseline.json b/versions/baseline.json
@@ -1,5 +1,9 @@
{
"default": {
"alec": {
"baseline": "0.1.17",
"port-version": 0
},
"cemplate": {
"baseline": "0.2.0",
"port-version": 0