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,23 +1,25 @@
package libbsd {
description = "provides useful functions commonly found on BSD systems";
website = "https://libbsd.freedesktop.org";
anitya = 1567;
//az:schema mbf
version* = "0.12.2";
package libbsd {
description = "provides useful functions commonly found on BSD systems"
website = "https://libbsd.freedesktop.org"
anitya = 1567
version := "0.12.2"
source = remoteGit {
url = "https://gitlab.freedesktop.org/libbsd/libbsd.git";
tag = version;
checksum = "NVS0xFLTwSP8JiElEftsZ-e1_C-IgJhHrHE77RwKt5178M7r087waO-zYx2_dfGX";
};
url = "https://gitlab.freedesktop.org/libbsd/libbsd.git"
tag = version
checksum = "NVS0xFLTwSP8JiElEftsZ-e1_C-IgJhHrHE77RwKt5178M7r087waO-zYx2_dfGX"
}
exec = make {
generate = "echo '" + version + "' > .dist-version && ./autogen";
};
generate = "echo '${version}' > .dist-version && ./autogen"
}
inputs = [
automake,
libtool,
automake
libtool
libmd,
];
libmd
]
}