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,30 +1,32 @@
//az:schema mbf
package vim {
description = "a greatly improved version of the good old UNIX editor Vi";
website = "https://www.vim.org";
anitya = 5092;
description = "a greatly improved version of the good old UNIX editor Vi"
website = "https://www.vim.org"
anitya = 5092
version* = "9.2.0461";
version := "9.2.0461"
source = remoteGitHub {
suffix = "vim/vim";
tag = "v"+version;
checksum = "18Rr_5oIf_PkKuqVkN4CMZIGkZEgpN1vamlrsvPLBjn4mN98CRuoJmhzRZ7MoVYM";
};
suffix = "vim/vim"
tag = "v"+version
checksum = "18Rr_5oIf_PkKuqVkN4CMZIGkZEgpN1vamlrsvPLBjn4mN98CRuoJmhzRZ7MoVYM"
}
writable = true;
chmod = true;
enterSource = true;
writable
chmod
enterSource
exec = make {
inPlace = true;
configure = {
"with-tlib": "ncursesw";
};
check = [ "test" ];
inPlace
configure = [
"with-tlib": "ncursesw"
]
check = [ "test" ]
// very expensive
skipCheck = true;
};
skipCheck
}
inputs = [ ncurses ];
runtime = [ ncurses ];
inputs = [ ncurses ]
runtime = [ ncurses ]
}