Files
chromebrew/packages/diffutils.rb
Satadru Pramanik, DO, MPH, MEng 3e0e7f9c00 Adjust gnu sources to not use ftpmirror. — a2ps: 4.15.6 → 4.15.6,alive: 2.0.5 → 2.0.5,aspell_fr: 0.50-3 → 0.50-3,autoconf: 2.72 → 2.72,autoconf_archive: 2024.10.16 → 2024.10.16,automake: 1.18.1 → 1.18.1,bc: 1.08.2 → 1.08.2,bison: 3.8.... (#14775)
* Adjust gnu sources to not use ftpmirror.

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

* ed => 1.22.5

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

* Mark packages from successful builds as automatically buildable.

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

* gnu_avoid_ftpmirror: Package File Update Run on linux/amd64 container.

* gnu_avoid_ftpmirror: Package File Update Run on linux/arm/v7 container.

* Truncate PR Title length as per GitHub requirements.

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

* Adjust gnuastro compatibility.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2026-02-23 19:25:09 +00:00

30 lines
1.2 KiB
Ruby

require 'buildsystems/autotools'
class Diffutils < Autotools
description 'GNU Diffutils is a package of several programs related to finding differences between files.'
homepage 'https://www.gnu.org/software/diffutils/'
version '3.12-2591992'
license 'GPL-2'
compatibility 'all'
source_url 'https://git.savannah.gnu.org/git/diffutils.git'
git_hashtag '25919920377f08d6f09df804c7f8af11f5adaabe'
# git_hashtag "v#{version.split('-').first}"
# source_url "https://ftp.gnu.org/gnu/diffutils/diffutils-#{version.split('-').first}.tar.xz"
# source_sha256 '7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '9da51473703a968481adc92c5b43185212ae1ea14ee4b08f6b2fdc1a07af44fa',
armv7l: '9da51473703a968481adc92c5b43185212ae1ea14ee4b08f6b2fdc1a07af44fa',
i686: '1f25f7e7ce041cbbc942b07b262d05aafd525081a4fc7a5875526a6c8235e2ce',
x86_64: '5bfbb058e3f3ed009066afb381dae0e8c5d7be3f20d9f9d063ad0227f1e62aba'
})
depends_on 'glibc' => :executable_only
depends_on 'gperf' => :build
depends_on 'libsigsegv' # R
depends_on 'wget2' => :build
autotools_configure_options "--enable-gcc-warnings=no #{'--disable-year2038' unless ARCH == 'x86_64'}"
end