pub fn is_name_manjaro(name: &str) -> boolExpand description
What: Determine if a package name is Manjaro-branded
Input:
namepackage name
Output:
trueif it starts with “manjaro-” (case-insensitive)
Details:
- Compares a lowercased name with the “manjaro-” prefix.