Skip to content

Commit 121ed20

Browse files
authored
Merge pull request #24416 from chetmurthy/conf-diffutils-for-freebsd-2
Enable Conf diffutils for freebsd 2
2 parents 8a1e026 + a17b5f2 commit 121ed20

File tree

1 file changed

+28
-0
lines changed
  • packages/conf-diffutils/conf-diffutils.2

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
homepage: "https://www.gnu.org/software/diffutils/"
3+
bug-reports: "[email protected]"
4+
maintainer: "[email protected]"
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

0 commit comments

Comments
 (0)