diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 05:01:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 05:01:06 +0900 |
| commit | 1a2699b4867b7a736eedd973d69659ef468a994a (patch) | |
| tree | 81c6868c424a59d9c4203f9799c836455b74ec79 /internal/rosa/package/pkg-config.az | |
| parent | 1d3d621e2fffb82fa512e485ad47298183d13880 (diff) | |
internal/rosa/package: migrate multiple packages
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/pkg-config.az')
| -rw-r--r-- | internal/rosa/package/pkg-config.az | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/internal/rosa/package/pkg-config.az b/internal/rosa/package/pkg-config.az new file mode 100644 index 00000000..b8830cf5 --- /dev/null +++ b/internal/rosa/package/pkg-config.az @@ -0,0 +1,26 @@ +package pkg-config { + description = "a helper tool used when compiling applications and libraries"; + website = "https://pkgconfig.freedesktop.org"; + anitya = 3649; + + version* = "0.29.2"; + source = remoteGitLab { + domain = "gitlab.freedesktop.org"; + suffix = "pkg-config/pkg-config"; + ref = "pkg-config-"+version; + checksum = "6UsGqEMA8EER_5b9N0b32UCqiRy39B6_RnPfvuslWhtFV1qYD4DfS10crGZN_TP2"; + }; + + exec = make { + generate = "./autogen.sh --no-configure"; + configure = { + "CFLAGS": "'-Wno-int-conversion'"; + "with-internal-glib"; + }; + }; + + inputs = [ + automake, + libtool, + ]; +} |
