Skip to content

Commit

Permalink
Add wildcard rule for libjs-* in Debian (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jul 25, 2019
1 parent aa85c04 commit c881668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 500.wildcard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
- { setname: "haskell:$1", addflag: wconce, noflag: [wconce,not_haskell], namepat: "ghc[0-9.]+-(.*)", ruleset: sisyphus }
- { setname: "haskell:$0", addflag: wconce, noflag: [wconce,not_haskell], category: "haskellPackages", ruleset: [ nix ] }

# JavaScript (XXX: probably move nodejs:* here)
- { setname: "js:$1", addflag: wconce, noflag: [wconce,not_js], namepat: "libjs-(.*)", ruleset: [debuntu] }

# Lua
- { setname: "lua:$1", addflag: wconce, noflag: [wconce,not_lua], namepat: "lua[0-9]{0,2}-(?:lua[_-]?)?(.+?)", ruleset: [arch,debuntu,fedora,freebsd,gobolinux,mageia,openbsd,opensuse,pkgsrc,void,msys2_mingw] }
- { setname: "lua:$1", addflag: wconce, noflag: [wconce,not_lua], namepat: "lua[0-9]{2}(?:lua)?(.+?)", ruleset: openbsd }
Expand Down

0 comments on commit c881668

Please sign in to comment.