pub const fn is_blackarch_repo(repo: &str) -> boolExpand description
What: Check if a repo name belongs to BlackArch
Input:
reporepository name
Output:
trueif it matches “blackarch” (case-insensitive)
Details:
- Lowercases and checks exact equality.