fakeroot: disable

Does not build. Mac support looks abandoned since 2013
Initial mac support: https://github.com/mackyle/fakeroot
https://salsa.debian.org/clint/fakeroot/-/blob/master/README_MACOSX.txt
master
Michka Popoff 2021-03-28 19:32:55 +02:00 committed by Carlo Cabrera
parent 37c3a09311
commit 9ecd1f3f78
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ class Fakeroot < Formula
sha256 cellar: :any, high_sierra: "df9be392f3579464893be013744b5aa40a7e4e91e01155bd1547e4104d381640"
end
# Does not build. Mac support looks abandoned since 2013
# Initial mac support: https://github.com/mackyle/fakeroot
# https://salsa.debian.org/clint/fakeroot/-/blob/master/README_MACOSX.txt
disable! date: "2022-03-28", because: :does_not_build
on_linux do
depends_on "libcap"
end