diff options
Diffstat (limited to 'homebrew/gptsync/.make.sh-auto')
-rw-r--r-- | homebrew/gptsync/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/gptsync/.make.sh-auto b/homebrew/gptsync/.make.sh-auto new file mode 100644 index 000000000..b1c2fe3ab --- /dev/null +++ b/homebrew/gptsync/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +cd "gptsync" +make -f Makefile.unix CC=${PKG_TARG}-clang +sbin.install "gptsync", "showpart" +man8.install "gptsync.8" |