File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/conf-diffutils/conf-diffutils.2 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ homepage: "https://www.gnu.org/software/diffutils/"
3+ 4+ 5+ authors: "GNU Project"
6+ license: "GPL-3.0-or-later"
7+ build: [
8+ ["diff" "--help"] { os != "freebsd" }
9+ ["gdiff" "--help"] { os = "freebsd" }
10+ ]
11+ depexts: [
12+ ["diffutils"] {os-family = "debian"}
13+ ["diffutils"] {os-distribution = "fedora"}
14+ ["diffutils"] {os-distribution = "rhel"}
15+ ["diffutils"] {os-distribution = "centos"}
16+ ["diffutils"] {os-distribution = "alpine"}
17+ ["diffutils"] {os-distribution = "nixos"}
18+ ["diffutils"] {os-family = "suse" | os-family = "opensuse"}
19+ ["diffutils"] {os-distribution = "ol"}
20+ ["diffutils"] {os-distribution = "arch"}
21+ ["diffutils"] {os = "macos" & os-distribution = "homebrew"}
22+ ["diffutils"] {os = "freebsd"}
23+ ]
24+
25+ synopsis: "Virtual package relying on diffutils"
26+ description:
27+ "This package can only install if the diffutils binary is installed on the system."
28+ flags: conf
You can’t perform that action at this time.
0 commit comments