mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Add unbuilt updated pip packages to updates-2025-06-06-00-21 * Add built packages for linux/386 to updates-2025-06-06-00-21 * Add built packages for linux/amd64 to updates-2025-06-06-00-21 * Add built packages for linux/arm/v7 to updates-2025-06-06-00-21 --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
17 lines
432 B
Ruby
17 lines
432 B
Ruby
# Currently breaks the system by replacing coreutils binaries with symlinks to python...
|
|
require 'buildsystems/pip'
|
|
|
|
class Py3_zcmds < Pip
|
|
description 'Cross platform(ish) productivity commands written in python'
|
|
homepage 'https://github.com/zackees/zcmds'
|
|
version "1.5.26-#{CREW_PY_VER}"
|
|
license 'MIT'
|
|
compatibility 'aarch64'
|
|
source_url 'SKIP'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({})
|
|
|
|
no_source_build
|
|
end
|