Skip to content

Commit

Permalink
Add -64-bit suffix for npackd (from report for picotorrent)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jul 25, 2023
1 parent 7084bd3 commit eaa9f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 100.prefix-suffix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
- { noflag: no_suffix, ruleset: nix, namepat: "(.*)-(wrapped|unwrapped)", setname: $1, addflavor: $2 } # https://github.com/repology/repology-rules/pull/586#issuecomment-1015789670

- { noflag: no_suffix, ruleset: npackd, namepat: "(.*?)([_-]?64)", setname: $1, addflavor: "64" }
- { noflag: no_suffix, ruleset: npackd, namepat: "(.*)-64-bit", setname: $1, addflavor: "64" }

- { noflag: no_suffix, ruleset: openwrt, namepat: "(.*)_nohf", setname: $1, addflavor: nohf } # entware, on some arm platforms

Expand Down

0 comments on commit eaa9f3a

Please sign in to comment.