diff options
Diffstat (limited to 'homebrew/fatsort')
-rw-r--r-- | homebrew/fatsort/.beer | 23 | ||||
-rw-r--r-- | homebrew/fatsort/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/fatsort/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/fatsort/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/fatsort/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/fatsort/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/fatsort/download.sh | 1 |
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/fatsort/.beer b/homebrew/fatsort/.beer new file mode 100644 index 000000000..6db123a54 --- /dev/null +++ b/homebrew/fatsort/.beer @@ -0,0 +1,23 @@ +{ + "name": "Fatsort", + "description": "Sorts FAT16 and FAT32 partitions", + "url": "https://downloads.sourceforge.net/project/fatsort/fatsort-1.5.0.456.tar.xz", + "mirror": null, + "homepage": "https://fatsort.sourceforge.io/", + "depends": [ + { + "depend": "help2man", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"CC=#{ENV.cc}\"", + "bin.install \"src/fatsort\"", + "man1.install \"man/fatsort.1\"" + ], + "version": "1.5.0.456", + "file": "fatsort.rb" +}
\ No newline at end of file diff --git a/homebrew/fatsort/.make.sh-auto b/homebrew/fatsort/.make.sh-auto new file mode 100644 index 000000000..e8c978ef1 --- /dev/null +++ b/homebrew/fatsort/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +make CC=${PKG_TARG}-clang +bin.install "src/fatsort" +man1.install "man/fatsort.1" diff --git a/homebrew/fatsort/_metadata/description b/homebrew/fatsort/_metadata/description new file mode 100644 index 000000000..661be1285 --- /dev/null +++ b/homebrew/fatsort/_metadata/description @@ -0,0 +1 @@ +Sorts FAT16 and FAT32 partitions diff --git a/homebrew/fatsort/_metadata/homepage b/homebrew/fatsort/_metadata/homepage new file mode 100644 index 000000000..2d345c99a --- /dev/null +++ b/homebrew/fatsort/_metadata/homepage @@ -0,0 +1 @@ +https://fatsort.sourceforge.io/ diff --git a/homebrew/fatsort/_metadata/name b/homebrew/fatsort/_metadata/name new file mode 100644 index 000000000..cefbb9f59 --- /dev/null +++ b/homebrew/fatsort/_metadata/name @@ -0,0 +1 @@ +Fatsort diff --git a/homebrew/fatsort/_metadata/version b/homebrew/fatsort/_metadata/version new file mode 100644 index 000000000..6fe004e5b --- /dev/null +++ b/homebrew/fatsort/_metadata/version @@ -0,0 +1 @@ +1.5.0.456 diff --git a/homebrew/fatsort/download.sh b/homebrew/fatsort/download.sh new file mode 100755 index 000000000..e6d739a92 --- /dev/null +++ b/homebrew/fatsort/download.sh @@ -0,0 +1 @@ +wget https://downloads.sourceforge.net/project/fatsort/fatsort-1.5.0.456.tar.xz
\ No newline at end of file |