Skip to content

Commit

Permalink
Support DragonFlyBSD binaries
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Oct 25, 2024
1 parent b8f6d50 commit b92ea22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/push-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ create_pak_repo <- local({
# - openbsd7.5/x86_64
# - openbsd7.4/x86_64
# - netbsd/x86_64
# - dragonfly6.4/x86_64

# ## New form of the install command will use these repo URL and paths:
# ```
Expand Down Expand Up @@ -676,6 +677,8 @@ create_pak_repo <- local({
# openbsd7.4/x86_64
# source/netbsd/x86_64 + /src/contrib ->
# netbsd/x86_64
# source/dragonfly6.4/x86_64 + /src/contrib ->
# dragonfly6.4/x86_64
# ```
#
# Unsupported platforms will get a non-existant path, e.g. homebrew R
Expand Down Expand Up @@ -730,6 +733,7 @@ create_pak_repo <- local({
"source/openbsd7.5/x86_64/src/contrib" = "../../../../../openbsd7.5/x86_64",
"source/openbsd7.4/x86_64/src/contrib" = "../../../../../openbsd7.4/x86_64",
"source/netbsd/x86_64/src/contrib" = "../../../../../netbsd/x86_64",
"source/dragonfly6.4/x86_64/src/contrib" = "../../../../../dragonfly6.4/x86_64",

# Map the pkgType/os/arch form binaries of other OSes to the right place.
"win.binary/mingw32/x86_64/src/contrib" = "../../../../../mingw32/x86_64",
Expand Down

0 comments on commit b92ea22

Please sign in to comment.