Skip to content

Commit 8a46a5e

Browse files
committed
recover desc
1 parent f2c909a commit 8a46a5e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bin/formula-info.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# If you don't have this file, there will be no homebrew
33
# formula operations.
44
#
5-
PROJECT="mulle-xcode-to-cmake" # your project/repository name
6-
DESC="mulle-xcode-to-cmake is ..."
7-
# LANGUAGE="c" # c,cpp, objc, bash ...
8-
# NAME="${PROJECT}" # formula filename without .rb extension
5+
PROJECT="mulle-xcode-to-cmake" # your project/repository name
6+
DESC="🎭 Convert Xcode projects to cmake CMakeLists.txt "
7+
LANGUAGE="objc" # c,cpp, objc, bash ...
8+
# NAME="${PROJECT}" # formula filename without .rb extension
99

1010
#
1111
# Specify needed homebrew packages by name as you would when saying
@@ -24,6 +24,6 @@ DESC="mulle-xcode-to-cmake is ..."
2424
# edit bin/release.sh. Need to specify mulle-build dependencies
2525
# so that brew picks up the internal path!
2626
#
27-
BUILD_DEPENDENCIES='${BOOTSTRAP_TAP}mulle-build
28-
${BOOTSTRAP_TAP}mulle-bootstrap
29-
' # cmake may be useful to add
27+
#BUILD_DEPENDENCIES='${BOOTSTRAP_TAP}mulle-build
28+
#${BOOTSTRAP_TAP}mulle-bootstrap
29+
#' # cmake may be useful to add

0 commit comments

Comments
 (0)