diff options
Diffstat (limited to 'homebrew/acpica/.beer')
-rw-r--r-- | homebrew/acpica/.beer | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/acpica/.beer b/homebrew/acpica/.beer new file mode 100644 index 000000000..12cfa7081 --- /dev/null +++ b/homebrew/acpica/.beer @@ -0,0 +1,18 @@ +{ + "name": "Acpica", + "description": "OS-independent implementation of the ACPI specification", + "url": "https://acpica.org/sites/acpica/files/acpica-unix-20190215.tar.gz", + "mirror": null, + "homepage": "https://www.acpica.org/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV.deparallelize", + "system \"make\", \"PREFIX=#{prefix}\"", + "system \"make\", \"install\", \"PREFIX=#{prefix}\"" + ], + "version": "20190215", + "file": "acpica.rb" +}
\ No newline at end of file |