From b0224049cb61ef9c0f8622f056e4903b0fa30705 Mon Sep 17 00:00:00 2001 From: leleliu008 Date: Wed, 2 Oct 2024 03:21:13 +0800 Subject: [PATCH] optimized --- .github/workflows/alpinelinux.yml | 86 +++++++++---------- .github/workflows/archlinux.yml | 86 +++++++++---------- .github/workflows/centos.yml | 78 ++++++++--------- .github/workflows/debian.yml | 78 ++++++++--------- .github/workflows/fedora.yml | 78 ++++++++--------- .github/workflows/fpliu-ndk-pkg-container.yml | 78 ++++++++--------- .github/workflows/gentoo.yml | 78 ++++++++--------- .github/workflows/macos.yml | 78 ++++++++--------- .github/workflows/manjaro.yml | 78 ++++++++--------- .github/workflows/mint.yml | 78 ++++++++--------- .github/workflows/opensuse-leap.yml | 78 ++++++++--------- .github/workflows/rockylinux.yml | 78 ++++++++--------- .github/workflows/ubuntu.yml | 78 ++++++++--------- .github/workflows/voidlinux-glibc.yml | 78 ++++++++--------- ndk-pkg | 31 ++++--- 15 files changed, 573 insertions(+), 566 deletions(-) diff --git a/.github/workflows/alpinelinux.yml b/.github/workflows/alpinelinux.yml index 07b144e..680575e 100644 --- a/.github/workflows/alpinelinux.yml +++ b/.github/workflows/alpinelinux.yml @@ -37,58 +37,58 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - - run: ./ndk-pkg export android-21-arm64-v8a/libzip - - run: ./ndk-pkg export android-21-arm64-v8a/libzip -o . + - run: ./ndk-pkg export android-21-arm64-v8a/uctags + - run: ./ndk-pkg export android-21-arm64-v8a/uctags -o . - - run: ./ndk-pkg deploy android-21-arm64-v8a/libzip - - run: ./ndk-pkg deploy android-21-arm64-v8a/libzip --local=xxxxx + - run: ./ndk-pkg deploy android-21-arm64-v8a/uctags + - run: ./ndk-pkg deploy android-21-arm64-v8a/uctags --local=xxxxx - run: ./ndk-pkg formula-repo-list @@ -96,11 +96,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index b3646ee..f1e5610 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -32,58 +32,58 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - - run: ./ndk-pkg export android-21-arm64-v8a/libzip - - run: ./ndk-pkg export android-21-arm64-v8a/libzip -o . + - run: ./ndk-pkg export android-21-arm64-v8a/uctags + - run: ./ndk-pkg export android-21-arm64-v8a/uctags -o . - - run: ./ndk-pkg deploy android-21-arm64-v8a/libzip - - run: ./ndk-pkg deploy android-21-arm64-v8a/libzip --local=xxxxx + - run: ./ndk-pkg deploy android-21-arm64-v8a/uctags + - run: ./ndk-pkg deploy android-21-arm64-v8a/uctags --local=xxxxx - run: ./ndk-pkg formula-repo-list @@ -91,11 +91,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/centos.yml b/.github/workflows/centos.yml index 615fc4e..d0d9773 100644 --- a/.github/workflows/centos.yml +++ b/.github/workflows/centos.yml @@ -40,52 +40,52 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -94,11 +94,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index a5d7d82..e7d5cb9 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -38,56 +38,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -96,11 +96,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index aa3f267..5b9def3 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -38,56 +38,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -96,11 +96,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/fpliu-ndk-pkg-container.yml b/.github/workflows/fpliu-ndk-pkg-container.yml index 67baac9..c524336 100644 --- a/.github/workflows/fpliu-ndk-pkg-container.yml +++ b/.github/workflows/fpliu-ndk-pkg-container.yml @@ -45,56 +45,56 @@ jobs: - run: ndk-pkg update - run: ndk-pkg search lib - - run: ndk-pkg search libzip + - run: ndk-pkg search uctags - - run: ndk-pkg info-available libzip - - run: ndk-pkg info-available libzip --yaml - - run: ndk-pkg info-available libzip --json - - run: ndk-pkg info-available libzip version - - run: ndk-pkg info-available libzip license - - run: ndk-pkg info-available libzip summary - - run: ndk-pkg info-available libzip web-url - - run: ndk-pkg info-available libzip git-url - - run: ndk-pkg info-available libzip git-sha - - run: ndk-pkg info-available libzip git-ref - - run: ndk-pkg info-available libzip src-url - - run: ndk-pkg info-available libzip src-sha + - run: ndk-pkg info-available uctags + - run: ndk-pkg info-available uctags --yaml + - run: ndk-pkg info-available uctags --json + - run: ndk-pkg info-available uctags version + - run: ndk-pkg info-available uctags license + - run: ndk-pkg info-available uctags summary + - run: ndk-pkg info-available uctags web-url + - run: ndk-pkg info-available uctags git-url + - run: ndk-pkg info-available uctags git-sha + - run: ndk-pkg info-available uctags git-ref + - run: ndk-pkg info-available uctags src-url + - run: ndk-pkg info-available uctags src-sha - - run: ndk-pkg depends libzip - - run: ndk-pkg depends libzip -t dot - - run: ndk-pkg depends libzip -t box - - run: ndk-pkg depends libzip -t dot -o a/ - - run: ndk-pkg depends libzip -o libzip.box + - run: ndk-pkg depends uctags + - run: ndk-pkg depends uctags -t dot + - run: ndk-pkg depends uctags -t box + - run: ndk-pkg depends uctags -t dot -o a/ + - run: ndk-pkg depends uctags -o uctags.box - - run: ndk-pkg install libzip + - run: ndk-pkg install uctags - - run: ndk-pkg info-installed libzip --prefix - - run: ndk-pkg info-installed libzip --files - - run: ndk-pkg info-installed libzip version - - run: ndk-pkg info-installed libzip builtat - - run: ndk-pkg info-installed libzip builtat-iso-8601 - - run: ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ndk-pkg info-installed uctags --prefix + - run: ndk-pkg info-installed uctags --files + - run: ndk-pkg info-installed uctags version + - run: ndk-pkg info-installed uctags builtat + - run: ndk-pkg info-installed uctags builtat-iso-8601 + - run: ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ndk-pkg tree libzip - - run: ndk-pkg tree libzip -a + - run: ndk-pkg tree uctags + - run: ndk-pkg tree uctags -a - - run: ndk-pkg pack libzip - - run: ndk-pkg pack libzip -t tar.gz - - run: ndk-pkg pack libzip -t tar.xz - - run: ndk-pkg pack libzip -t tar.xz -o . - - run: ndk-pkg pack libzip -o . - - run: ndk-pkg pack libzip -o xx.tar.xz + - run: ndk-pkg pack uctags + - run: ndk-pkg pack uctags -t tar.gz + - run: ndk-pkg pack uctags -t tar.xz + - run: ndk-pkg pack uctags -t tar.xz -o . + - run: ndk-pkg pack uctags -o . + - run: ndk-pkg pack uctags -o xx.tar.xz - run: ndk-pkg formula-repo-list @@ -103,11 +103,11 @@ jobs: - run: ndk-pkg ls-installed - run: ndk-pkg ls-outdated - - run: ndk-pkg is-available libzip - - run: ndk-pkg is-installed libzip - - run: ndk-pkg is-outdated libzip || echo "not outdated" + - run: ndk-pkg is-available uctags + - run: ndk-pkg is-installed uctags + - run: ndk-pkg is-outdated uctags || echo "not outdated" - - run: ndk-pkg uninstall libzip + - run: ndk-pkg uninstall uctags - run: ndk-pkg fetch curl diff --git a/.github/workflows/gentoo.yml b/.github/workflows/gentoo.yml index a196742..8019315 100644 --- a/.github/workflows/gentoo.yml +++ b/.github/workflows/gentoo.yml @@ -33,56 +33,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -91,11 +91,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3d32ce7..490afc0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,56 +38,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -96,11 +96,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/manjaro.yml b/.github/workflows/manjaro.yml index 5b4bdaa..d5be17a 100644 --- a/.github/workflows/manjaro.yml +++ b/.github/workflows/manjaro.yml @@ -33,56 +33,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -91,11 +91,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/mint.yml b/.github/workflows/mint.yml index 51776d8..3e2fefe 100644 --- a/.github/workflows/mint.yml +++ b/.github/workflows/mint.yml @@ -38,56 +38,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -96,11 +96,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/opensuse-leap.yml b/.github/workflows/opensuse-leap.yml index 3366c28..d60e7a5 100644 --- a/.github/workflows/opensuse-leap.yml +++ b/.github/workflows/opensuse-leap.yml @@ -41,56 +41,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -99,11 +99,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/rockylinux.yml b/.github/workflows/rockylinux.yml index 58c65d7..98443fc 100644 --- a/.github/workflows/rockylinux.yml +++ b/.github/workflows/rockylinux.yml @@ -38,56 +38,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -96,11 +96,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d8cff5a..680f4a7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -39,56 +39,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -97,11 +97,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/.github/workflows/voidlinux-glibc.yml b/.github/workflows/voidlinux-glibc.yml index d22b58b..651b741 100644 --- a/.github/workflows/voidlinux-glibc.yml +++ b/.github/workflows/voidlinux-glibc.yml @@ -42,56 +42,56 @@ jobs: - run: ./ndk-pkg update - run: ./ndk-pkg search lib - - run: ./ndk-pkg search libzip + - run: ./ndk-pkg search uctags - - run: ./ndk-pkg info-available libzip - - run: ./ndk-pkg info-available libzip --yaml - - run: ./ndk-pkg info-available libzip --json - - run: ./ndk-pkg info-available libzip version - - run: ./ndk-pkg info-available libzip license - - run: ./ndk-pkg info-available libzip summary - - run: ./ndk-pkg info-available libzip web-url - - run: ./ndk-pkg info-available libzip git-url - - run: ./ndk-pkg info-available libzip git-sha - - run: ./ndk-pkg info-available libzip git-ref - - run: ./ndk-pkg info-available libzip src-url - - run: ./ndk-pkg info-available libzip src-sha + - run: ./ndk-pkg info-available uctags + - run: ./ndk-pkg info-available uctags --yaml + - run: ./ndk-pkg info-available uctags --json + - run: ./ndk-pkg info-available uctags version + - run: ./ndk-pkg info-available uctags license + - run: ./ndk-pkg info-available uctags summary + - run: ./ndk-pkg info-available uctags web-url + - run: ./ndk-pkg info-available uctags git-url + - run: ./ndk-pkg info-available uctags git-sha + - run: ./ndk-pkg info-available uctags git-ref + - run: ./ndk-pkg info-available uctags src-url + - run: ./ndk-pkg info-available uctags src-sha - - run: ./ndk-pkg depends libzip - - run: ./ndk-pkg depends libzip -t dot - - run: ./ndk-pkg depends libzip -t box - - run: ./ndk-pkg depends libzip -t dot -o a/ - - run: ./ndk-pkg depends libzip -o libzip.box + - run: ./ndk-pkg depends uctags + - run: ./ndk-pkg depends uctags -t dot + - run: ./ndk-pkg depends uctags -t box + - run: ./ndk-pkg depends uctags -t dot -o a/ + - run: ./ndk-pkg depends uctags -o uctags.box - - run: ./ndk-pkg install libzip + - run: ./ndk-pkg install uctags - - run: ./ndk-pkg info-installed libzip --prefix - - run: ./ndk-pkg info-installed libzip --files - - run: ./ndk-pkg info-installed libzip version - - run: ./ndk-pkg info-installed libzip builtat - - run: ./ndk-pkg info-installed libzip builtat-iso-8601 - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339 - - run: ./ndk-pkg info-installed libzip builtat-iso-8601-utc - - run: ./ndk-pkg info-installed libzip builtat-rfc-3339-utc + - run: ./ndk-pkg info-installed uctags --prefix + - run: ./ndk-pkg info-installed uctags --files + - run: ./ndk-pkg info-installed uctags version + - run: ./ndk-pkg info-installed uctags builtat + - run: ./ndk-pkg info-installed uctags builtat-iso-8601 + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339 + - run: ./ndk-pkg info-installed uctags builtat-iso-8601-utc + - run: ./ndk-pkg info-installed uctags builtat-rfc-3339-utc - - run: ./ndk-pkg tree libzip - - run: ./ndk-pkg tree libzip -a + - run: ./ndk-pkg tree uctags + - run: ./ndk-pkg tree uctags -a - - run: ./ndk-pkg pack libzip - - run: ./ndk-pkg pack libzip -t tar.gz - - run: ./ndk-pkg pack libzip -t tar.xz - - run: ./ndk-pkg pack libzip -t tar.xz -o . - - run: ./ndk-pkg pack libzip -o . - - run: ./ndk-pkg pack libzip -o xx.tar.xz + - run: ./ndk-pkg pack uctags + - run: ./ndk-pkg pack uctags -t tar.gz + - run: ./ndk-pkg pack uctags -t tar.xz + - run: ./ndk-pkg pack uctags -t tar.xz -o . + - run: ./ndk-pkg pack uctags -o . + - run: ./ndk-pkg pack uctags -o xx.tar.xz - run: ./ndk-pkg formula-repo-list @@ -100,11 +100,11 @@ jobs: - run: ./ndk-pkg ls-installed - run: ./ndk-pkg ls-outdated - - run: ./ndk-pkg is-available libzip - - run: ./ndk-pkg is-installed libzip - - run: ./ndk-pkg is-outdated libzip || echo "not outdated" + - run: ./ndk-pkg is-available uctags + - run: ./ndk-pkg is-installed uctags + - run: ./ndk-pkg is-outdated uctags || echo "not outdated" - - run: ./ndk-pkg uninstall libzip + - run: ./ndk-pkg uninstall uctags - run: ./ndk-pkg fetch curl diff --git a/ndk-pkg b/ndk-pkg index 3dd8cfe..cc17327 100755 --- a/ndk-pkg +++ b/ndk-pkg @@ -8612,6 +8612,8 @@ __setup() { python3 -c 'import requests' 2> /dev/null || unset FETCH_TOOL fi + unset ALPINE_LINUX + if [ -f /etc/os-release ] ; then . /etc/os-release @@ -8621,20 +8623,23 @@ __setup() { sudo=sudo fi - if [ "$ID" = alpine ] && [ ! -f /lib64/ld-linux-x86-64.so.2 ] ; then - $sudo apk update - $sudo apk add gcompat g++ linux-headers - fi + case $ID in + alpine) + ALPINE_LINUX=1 + + run $sudo apk update + run $sudo apk add gcompat g++ linux-headers + esac if [ -z "$FETCH_TOOL" ] ; then case $ID in debian) - $sudo apt-get -y update - $sudo apt-get -y install curl + run $sudo apt-get -y update + run $sudo apt-get -y install curl ;; ubuntu) - $sudo apt-get -y update - $sudo apt-get -y install curl + run $sudo apt-get -y update + run $sudo apt-get -y install curl ;; *) abort 1 "no fetch tool found, please install one of curl wget http lynx aria2c axel, then try again." esac @@ -8662,11 +8667,13 @@ __setup() { chmod +x bsdtar export PATH="$PWD:$PATH" - wfetch 'https://github.com/leleliu008/test/releases/download/2023.10.08/gcc-13.1.0-linux-glibc-x86_64.tar.xz' --no-buffer - run ./bsdtar xvf gcc-13.1.0-linux-glibc-x86_64.tar.xz --strip-components=1 --no-same-owner + [ "$ALPINE_LINUX" = 1 ] || { + wfetch 'https://github.com/leleliu008/test/releases/download/2023.10.08/gcc-13.1.0-linux-glibc-x86_64.tar.xz' --no-buffer + run ./bsdtar xvf gcc-13.1.0-linux-glibc-x86_64.tar.xz --strip-components=1 --no-same-owner - wfetch 'https://github.com/leleliu008/test/releases/download/2023.10.08/binutils-2.41-linux-glibc-x86_64.tar.xz' --no-buffer - run ./bsdtar xvf binutils-2.41-linux-glibc-x86_64.tar.xz --strip-components=1 --no-same-owner + wfetch 'https://github.com/leleliu008/test/releases/download/2023.10.08/binutils-2.41-linux-glibc-x86_64.tar.xz' --no-buffer + run ./bsdtar xvf binutils-2.41-linux-glibc-x86_64.tar.xz --strip-components=1 --no-same-owner + } fi ##################################################################################