Files
chromebrew/packages/mtools.rb
chromebrew-actions[bot] 23400d0238 Build: mtools started at 2025-07-28-13UTC. (#12282)
* mtools => 4.0.49

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

* Adjust Build.yml

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

* Workflow adjustments

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

* Updating package files for linux/amd64 to branch mtools.

* Adjust workflows

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

* Adjust workflows

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>
2025-07-28 16:49:55 +00:00

23 lines
830 B
Ruby

require 'buildsystems/autotools'
class Mtools < Autotools
description 'Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them.'
homepage 'https://www.gnu.org/software/mtools/'
version '4.0.49'
license 'GPL-3'
compatibility 'aarch64 armv7l x86_64'
source_url "https://ftpmirror.gnu.org/mtools/mtools-#{version}.tar.lz"
source_sha256 '32ca85dfc1674c536143d4e0da60e3134039eb9552e0fecfa110e9c8736093ce'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '4782d387473bb5f49ee14aaedfeda9579e3b22479b20f9b9d33b05dce86a78fe',
armv7l: '4782d387473bb5f49ee14aaedfeda9579e3b22479b20f9b9d33b05dce86a78fe',
x86_64: '649e44c6ae13ab3834149702d321a6f23c09abcb49c703a6bf36420e99e652ad'
})
depends_on 'glibc' # R
autotools_configure_options '--without-x'
end