Files
chromebrew/packages/edit.rb
chromebrew-actions[bot] a6287ee111 Edit => 1.2.0; Adjust Rust buildsystem; Synchronize input ordering on workflows. — edit (#12313)
* edit => 1.2.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Set progress bar width for rust builds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Reorder inputs for workflows so they are in the same order on different workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* edit: Build Run on linux/386.

* edit: Package File Update Run on linux/386 container.

* Fix PR Number detection for a branch name that has been used before.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-07-31 22:09:43 +00:00

25 lines
759 B
Ruby

require 'buildsystems/rust'
class Edit < RUST
description 'A simple editor for simple needs.'
homepage 'https://github.com/microsoft/edit'
version '1.2.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/microsoft/edit.git'
git_hashtag "v#{version.split('-').first}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '771cae3efe1afa52aef44c5f30a30ddc9420e9d22a3480bb1ae22dbb1a181191',
armv7l: '771cae3efe1afa52aef44c5f30a30ddc9420e9d22a3480bb1ae22dbb1a181191',
i686: '560f03e9dfe5a2ae2e10c677ca99ca34282d12b7c9035595afb946e9ad1b9465',
x86_64: 'b64eceb2e051b9621b4c61caa6c5221c70e948d6e7d6a3f01138ed1f2bac3b32'
})
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
rust_channel 'nightly'
end