diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 03:14:11 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 03:33:15 +0900 |
| commit | ef414ab01a28b61ef01766c3dd28ed2342f5ab75 (patch) | |
| tree | 314a8f471c8c052da0936549ecac2d052f52932a /internal/rosa/package/libexpat.az | |
| parent | 96abf266dd8bbbb4ea65c74a3f84f2461a6021a7 (diff) | |
internal/rosa/package: migrate many libraries
This also adds more string helpers.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/libexpat.az')
| -rw-r--r-- | internal/rosa/package/libexpat.az | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/internal/rosa/package/libexpat.az b/internal/rosa/package/libexpat.az new file mode 100644 index 00000000..9c7990f8 --- /dev/null +++ b/internal/rosa/package/libexpat.az @@ -0,0 +1,22 @@ +package libexpat { + description = "a stream-oriented XML parser library"; + website = "https://libexpat.github.io"; + anitya = 770; + + version* = "2.8.1"; + source = remoteGitHubRelease { + suffix = "libexpat/libexpat"; + tag = "R_"+replace { + s = version; + old = "."; + new = "_"; + }; + name = "expat-"+version+".tar.bz2"; + checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap"; + compress = bzip2; + }; + + exec = make {}; + + inputs = [ bash ]; +} |
