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,26 +1,28 @@
package musl-fts {
description = "implementation of fts(3) functions which are missing in musl libc";
website = "https://github.com/void-linux/musl-fts";
anitya = 26980;
//az:schema mbf
version* = "1.2.7";
package musl-fts {
description = "implementation of fts(3) functions which are missing in musl libc"
website = "https://github.com/void-linux/musl-fts"
anitya = 26980
version := "1.2.7"
source = remoteGitHub {
suffix = "void-linux/musl-fts";
tag = "v"+version;
checksum = "N_p_ZApX3eHt7xoDCw1hLf6XdJOw7ZSx7xPvpvAP0knG2zgU0zeN5w8tt5Pg60XJ";
};
suffix = "void-linux/musl-fts"
tag = "v"+version
checksum = "N_p_ZApX3eHt7xoDCw1hLf6XdJOw7ZSx7xPvpvAP0knG2zgU0zeN5w8tt5Pg60XJ"
}
env = [
"CC=cc -fPIC",
];
"CC=cc -fPIC"
]
exec = make {
generate = "./bootstrap.sh";
};
generate = "./bootstrap.sh"
}
inputs = [
automake,
libtool,
pkg-config,
];
automake
libtool
pkg-config
]
}