forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
package lit {
|
||||
description = "a portable tool for executing LLVM and Clang style test suites";
|
||||
website = "https://llvm.org/docs/CommandGuide/lit.html";
|
||||
//az:schema mbf
|
||||
|
||||
source = llvm-project;
|
||||
package lit {
|
||||
description = "a portable tool for executing LLVM and Clang style test suites"
|
||||
website = "https://llvm.org/docs/CommandGuide/lit.html"
|
||||
|
||||
source = llvm-project
|
||||
|
||||
exec = pip {
|
||||
append = [ "llvm", "utils", "lit" ];
|
||||
append = [ "llvm", "utils", "lit" ]
|
||||
// already checked during llvm
|
||||
skipCheck = true;
|
||||
};
|
||||
skipCheck
|
||||
}
|
||||
|
||||
inputs = [ python-setuptools ];
|
||||
runtime = [ python ];
|
||||
inputs = [ python-setuptools ]
|
||||
runtime = [ python ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user