From 948fedc5f7d1c57a5cc172778818c38ed97d134d Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 20 Aug 2016 15:16:48 +0200 Subject: indent heredocs when possible --- newapkbuild.in | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'newapkbuild.in') diff --git a/newapkbuild.in b/newapkbuild.in index 7dbf615..c021db5 100644 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -286,25 +286,25 @@ __EOF__ } usage() { - cat >&2 <<__EOF__ -$program $program_version - generate a new APKBUILD -Usage: $program [-cfh] [-d DESC] [-l LICENSE] [-n NAME] [-u URL] - PKGNAME[-PKGVER]|SRCURL -Options: - -n Set package name to NAME - -d Set package description (pkgdesc) to DESC - -l Set package license to LICENSE - -u Set package URL - -a Create autotools (use ./configure ...) - -C Create CMake pakckage (Assume cmake/ is there) - -p Create perl package (Assume Makefile.PL is there) - -y Create python package (Assume setup.py is there) - -s Use sourceforge source URL - -c Copy a sample init.d, conf.d, and install script to new directory - -f Force even if directory already exist - -h Show this help - -__EOF__ + cat >&2 <<-__EOF__ + $program $program_version - generate a new APKBUILD + Usage: $program [-cfh] [-d DESC] [-l LICENSE] [-n NAME] [-u URL] + PKGNAME[-PKGVER]|SRCURL + Options: + -n Set package name to NAME + -d Set package description (pkgdesc) to DESC + -l Set package license to LICENSE + -u Set package URL + -a Create autotools (use ./configure ...) + -C Create CMake pakckage (Assume cmake/ is there) + -p Create perl package (Assume Makefile.PL is there) + -y Create python package (Assume setup.py is there) + -s Use sourceforge source URL + -c Copy a sample init.d, conf.d, and install script to new directory + -f Force even if directory already exist + -h Show this help + + __EOF__ } while getopts "acd:fhl:n:pyu:s" opt; do -- cgit v1.2.3-60-g2f50