Git Product home page Git Product logo

Comments (5)

sylvestre avatar sylvestre commented on July 30, 2024 3

we are now:
https://github.com/uutils/findutils/releases/tag/0.5.0

from findutils.

YDX-2147483647 avatar YDX-2147483647 commented on July 30, 2024 3

much easier for people to make scoop manifests etc... to install the findutils.

And here is one: https://github.com/YDX-2147483647/scoop-bucket/blob/main/bucket/uutils-findutils.json (permalink).

{
    "version": "0.5.0",
    "description": "Rust implementation of GNU findutils (binaries compiled with MSVC)",
    "homepage": "https://uutils.github.io/findutils/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/uutils/findutils/releases/download/0.5.0/findutils-x86_64-pc-windows-msvc.zip",
            "hash": "de12c53de1fe56ed7996f245d9767ce97e1538954f82b7b215b2f69d72af0b8d"
        }
    },
    "bin": [
        "find.exe",
        "xargs.exe"
    ],
    "checkver": {
        "github": "https://github.com/uutils/findutils"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/uutils/findutils/releases/download/$version/findutils-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}

from findutils.

tertsdiepraam avatar tertsdiepraam commented on July 30, 2024 2

Good idea! Would you like to work on this feature? We can probably copy-paste some steps for this from https://github.com/uutils/coreutils/blob/main/.github/workflows/CICD.yml.

from findutils.

sylvestre avatar sylvestre commented on July 30, 2024

maybe do it for:
https://github.com/uutils/diffutils/
too ? ;)
thanks

from findutils.

YDX-2147483647 avatar YDX-2147483647 commented on July 30, 2024

Done. https://github.com/YDX-2147483647/scoop-bucket/blob/main/bucket/uutils-diffutils.json (permalink)

{
    "version": "0.4.0",
    "description": "Rust implementation of GNU diffutils (binaries compiled with MSVC)",
    "homepage": "https://uutils.github.io/diffutils/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/uutils/diffutils/releases/download/v0.4.0/diffutils-x86_64-pc-windows-msvc.zip",
            "hash": "be114bcf69793b991a4099d289036c301491a9a74c7803aa1b325edc2a1d5b13"
        }
    },
    "bin": [
        "diffutils.exe"
    ],
    "checkver": {
        "github": "https://github.com/uutils/diffutils"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/uutils/diffutils/releases/download/v$version/diffutils-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}

However please note that this is my personal scoop bucket.
It is OK for anyone to use my personal bucket (GitHub pays for it), but creating an official uutils bucket might be better. (A scoop bucket is just a GitHub repo with CI.)
And if someday our findutils and diffutils meet the main bucket criteria, those manifests can be taken as a startup.

from findutils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.