Andreas Wacknitz
2024-01-20 fbc092774f2538f9806c54321a560dac2caf1c9a
rebuild coeurl

3 files modified
11 ■■■■ changed files
components/web/coeurl/Makefile 3 ●●●● patch | view | raw | blame | history
components/web/coeurl/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/web/coeurl/pkg5 6 ●●●● patch | view | raw | blame | history
components/web/coeurl/Makefile
@@ -17,8 +17,9 @@
COMPONENT_NAME=         coeurl
COMPONENT_VERSION=      0.3.0
COMPONENT_PROJECT_URL=  https://nheko.im/nheko-reborn/coeurl
COMPONENT_REVISION=        1
COMPONENT_SUMMARY=      A simple async wrapper around CURL for C++
COMPONENT_PROJECT_URL=  https://nheko.im/nheko-reborn/coeurl
COMPONENT_FMRI=         web/coeurl
COMPONENT_SRC=          $(COMPONENT_NAME)-v$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
components/web/coeurl/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/web/coeurl/pkg5
@@ -3,12 +3,12 @@
        "library/c++/spdlog",
        "library/libevent2",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/g++-13-runtime",
        "system/library/gcc-13-runtime",
        "web/curl"
    ],
    "fmris": [
        "web/coeurl"
    ],
    "name": "coeurl"
}
}