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,14 +1,16 @@
//az:schema mbf
package tllist {
description = "a C header file only implementation of a typed linked list";
website = "https://codeberg.org/dnkl/tllist";
anitya = 141661;
description = "a C header file only implementation of a typed linked list"
website = "https://codeberg.org/dnkl/tllist"
anitya = 141661
version* = "1.1.0";
version := "1.1.0"
source = remoteTar {
url = "https://codeberg.org/dnkl/tllist/archive/"+version+".tar.gz";
checksum = "EEgawChPB8hO7mW9dAzakBGWSRnrgK8pWhCF7Z5F_ycYEqOXxJPCWq6mFUi95U9d";
compress = gzip;
};
url = "https://codeberg.org/dnkl/tllist/archive/${version}.tar.gz"
checksum = "EEgawChPB8hO7mW9dAzakBGWSRnrgK8pWhCF7Z5F_ycYEqOXxJPCWq6mFUi95U9d"
compress = gzip
}
exec = meson {};
exec = meson()
}