Files
chromebrew/packages/libmicrohttpd.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

26 lines
1015 B
Ruby

require 'buildsystems/autotools'
class Libmicrohttpd < Autotools
description 'GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.'
homepage 'https://www.gnu.org/software/libmicrohttpd/'
version '1.0.2'
license 'LGPL-2.1'
compatibility 'all'
source_url "https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-#{version}.tar.gz"
source_sha256 'df324fcd0834175dab07483133902d9774a605bfa298025f69883288fd20a8c7'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'c036bb67a617000cc413608bac37d42415633645dd6913fe1b8d14e24682fa2e',
armv7l: 'c036bb67a617000cc413608bac37d42415633645dd6913fe1b8d14e24682fa2e',
i686: 'a248302199a79d99bf6f0b1f97bc0dcd683b29dd0f3e0582aefc961e1434e891',
x86_64: 'f341a7c5081d6ac9a31220214965bcddacad22fbcaeb2fd89dc618da94cbdaac'
})
depends_on 'diffutils' => :build
depends_on 'glibc' # R
depends_on 'gnutls' # R
autotools_configure_options '--disable-examples'
end