mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[pkgconf] Remove docs (#24688)
* [pkgconf] Remove docs * version * license * version
This commit is contained in:
parent
4491ca9143
commit
0cf5b4305b
@ -10,7 +10,7 @@ vcpkg_configure_meson(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
NO_PKG_CONFIG
|
||||
OPTIONS -Dtests=false
|
||||
)
|
||||
)
|
||||
|
||||
set(systemsuffix "")
|
||||
set(architectureprefix "")
|
||||
@ -69,6 +69,8 @@ vcpkg_fixup_pkgconfig(SKIP_CHECK)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/man")
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/pkgconf/libpkgconf/libpkgconf-api.h" "#if defined(PKGCONFIG_IS_STATIC)" "#if 1")
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "pkgconf",
|
||||
"version": "1.8.0",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.",
|
||||
"homepage": "https://github.com/pkgconf/pkgconf",
|
||||
"license": null,
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -5434,7 +5434,7 @@
|
||||
},
|
||||
"pkgconf": {
|
||||
"baseline": "1.8.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"platform-folders": {
|
||||
"baseline": "4.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a0408f161d8a23907635840add678d5946024d09",
|
||||
"version": "1.8.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "5b599bd7dbbbc7837f7dbcf1b111478da076e2a4",
|
||||
"version": "1.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user