Files
chromebrew/packages/py3_zcmds.rb
chromebrew-actions[bot] 936911bdc0 Add unbuilt py3_zcmds to updater-py3_zcmds-1.5.34 (#12807)
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-09-17 14:25:11 +00:00

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.34-#{CREW_PY_VER}"
license 'MIT'
compatibility 'aarch64'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({})
no_source_build
end