#!/SBUILD _disabled: false pkg: "choose" pkg_id: "theryangeary.choose" pkg_type: "static" ghcr_pkg: "theryangeary/choose" category: - "ConsoleOnly" - "Utility" description: "A human-friendly and fast alternative to cut and (sometimes) awk" homepage: - "https://github.com/theryangeary/choose" maintainer: - "QaidVoid (contact@qaidvoid.dev)" license: - "GPL-3.0-only" build_asset: - url: "https://raw.githubusercontent.com/theryangeary/choose/master/LICENSE" out: "LICENSE" - url: "https://github.com/theryangeary/choose/releases/download/v${PKGVER}/choose-${ARCH}-unknown-linux-musl" out: "choose" note: - "Official binary from https://github.com/theryangeary/choose" - "[PORTABLE] (Portable Static Binary)" - "[NO_DESKTOP_INTEGRATION]" provides: - "choose" repology: - "choose" src_url: - "https://github.com/theryangeary/choose" tag: - "cut" - "awk" - "cli" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | curl -qfsSL "https://api.github.com/repos/theryangeary/choose/releases/latest" | jq -r '.tag_name' | tr -d 'v'