Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Sep 1, 2024
1 parent af3ed7a commit 2e9180b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uppm-shim-pkgin
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ package_name_transform_from_uppm_to_pkgin() {
gm4) printf '%s\n' 'm4' ;;
xxd) printf '%s\n' 'vim' ;;
ninja) printf '%s\n' 'ninja-build';;
xmake) printf '%s\n' 'gmake' ;;
golang) printf '%s\n' 'go' ;;
pkgconf) printf '%s\n' 'pkg-config';;
xmlutils) printf '%s\n' 'libxml2' ;;
Expand Down

0 comments on commit 2e9180b

Please sign in to comment.