Skip to content

Commit

Permalink
conf-neko: add FreeBSD and Ubuntu-family support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed May 30, 2024
1 parent 5f01e90 commit 8199db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/conf-neko/conf-neko.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ license: ["MIT"]
build: [["neko" "-version"]]
depexts: [
["neko-dev"] {os-distribution = "alpine"}
["neko" "neko-dev"] {os-family = "debian"}
["neko" "neko-dev"] {os-family = "debian" | os-family = "ubuntu"}
["nekovm-devel"] {os-distribution = "fedora"}
["neko"] {os-distribution = "nixos"}
["neko"] {os-distribution = "homebrew" & os = "macos"}
["neko"] {os-distribution = "arch"}
["neko"] {os = "freebsd"}
]
synopsis: "Virtual package relying on a Neko system installation"
description:
Expand Down

0 comments on commit 8199db9

Please sign in to comment.