summaryrefslogtreecommitdiff
path: root/homebrew/dosfstools/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/dosfstools/.beer')
-rw-r--r--homebrew/dosfstools/.beer37
1 files changed, 37 insertions, 0 deletions
diff --git a/homebrew/dosfstools/.beer b/homebrew/dosfstools/.beer
new file mode 100644
index 000000000..3918f4982
--- /dev/null
+++ b/homebrew/dosfstools/.beer
@@ -0,0 +1,37 @@
+{
+ "name": "Dosfstools",
+ "description": "Tools to create, check and label file systems of the FAT family",
+ "url": "https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/dosfstools",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://github.com/dosfstools/dosfstools/commit/1e76e577.patch?full_index=1",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"autoreconf\", \"-f\", \"-i\"",
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--without-udev\",",
+ "\"--enable-compat-symlinks\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "4.1",
+ "file": "dosfstools.rb"
+} \ No newline at end of file