internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,25 +1,27 @@
package libgd {
description = "an open source code library for the dynamic creation of images";
website = "https://libgd.github.io";
anitya = 880;
//az:schema mbf
version* = "2.3.3";
package libgd {
description = "an open source code library for the dynamic creation of images"
website = "https://libgd.github.io"
anitya = 880
version := "2.3.3"
source = remoteGitHubRelease {
suffix = "libgd/libgd";
tag = "gd-"+version;
name = "libgd-"+version+".tar.gz";
checksum = "8T-sh1_FJT9K9aajgxzh8ot6vWIF-xxjcKAHvTak9MgGUcsFfzP8cAvvv44u2r36";
compress = gzip;
};
suffix = "libgd/libgd"
tag = "gd"+version
name = "libgd-${version}.tar.gz"
checksum = "8T-sh1_FJT9K9aajgxzh8ot6vWIF-xxjcKAHvTak9MgGUcsFfzP8cAvvv44u2r36"
compress = gzip
}
env = [
"TMPDIR=/dev/shm/gd",
];
"TMPDIR=/dev/shm/gd"
]
early = "\nmkdir /dev/shm/gd\n";
early = "mkdir /dev/shm/gd"
exec = make {};
exec = make()
inputs = [ zlib ];
runtime = [ zlib ];
inputs = [ zlib ]
runtime = [ zlib ]
}