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 --- abuild.in | 120 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 60 insertions(+), 60 deletions(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index f60d624..5dd0423 100644 --- a/abuild.in +++ b/abuild.in @@ -827,17 +827,17 @@ prepare_metafiles() { echo "# using $($FAKEROOT -v)" >> "$pkginfo" fi echo "# $(date -u)" >> "$pkginfo" - cat >> "$pkginfo" <> "$pkginfo" <<-EOF + pkgname = $name + pkgver = $pkgver-r$pkgrel + pkgdesc = $pkgdesc + url = $url + builddate = $builddate + packager = ${PACKAGER:-"Unknown"} + size = $size + arch = ${subpkgarch:-$pkgarch} + origin = $pkgname + EOF local i deps deps="$depends" if [ "$pkgname" != "busybox" ] && ! depends_has busybox; then @@ -2133,55 +2133,55 @@ snapshot() { usage() { echo "$program $program_version" - cat << EOF -usage: $program [options] [-P REPODEST] [-s SRCDEST] [cmd] ... - $program [-c] -n PKGNAME[-PKGVER] -Options: - -A Print CARCH and exit - -c Enable colored output - -d Disable dependency checking - -f Force specified cmd, even if they are already done - -F Force run as root - -h Show this help - -i Install PKG after successful build - -k Keep built packages, even if APKBUILD or sources are newer - -K Keep buildtime temp dirs and files (srcdir/pkgdir/deps) - -m Disable colors (monochrome) - -P Set REPODEST as the repository location for created packages - -q Quiet - -r Install missing dependencies from system repository (using sudo) - -R Recursively build and install missing dependencies (using sudo) - -s Set source package destination directory - -u Recursively build and upgrade all dependencies (using sudo) - -Commands: - build Compile and install package into \$pkgdir - checksum Generate checksum to be included in APKBUILD - clean Remove temp build and install dirs - cleancache Remove downloaded files from \$SRCDEST - cleanoldpkg Remove binary packages except current version - cleanpkg Remove already built binary and source package - deps Install packages listed in makedepends and depends - fetch Fetch sources to \$SRCDEST and verify checksums - index Regenerate indexes in \$REPODEST - listpkg List target packages - package Create package in \$REPODEST - prepare Apply patches - rootpkg Run 'package', the split functions and create apks as fakeroot - sanitycheck Basic sanity check of APKBUILD - snapshot Create a \$giturl or \$svnurl snapshot and upload to \$disturl - sourcecheck Check if remote source package exists upstream - srcpkg Make a source package - undeps Uninstall packages listed in makedepends and depends - unpack Unpack sources to \$srcdir - up2date Compare target and sources dates - verify Verify checksums - -To activate cross compilation specify in environment: - CHOST Arch or hostspec of machine to generate packages for - CTARGET Arch or hostspec of machine to generate compiler for - -EOF + cat <<-EOF + usage: $program [options] [-P REPODEST] [-s SRCDEST] [cmd] ... + $program [-c] -n PKGNAME[-PKGVER] + Options: + -A Print CARCH and exit + -c Enable colored output + -d Disable dependency checking + -f Force specified cmd, even if they are already done + -F Force run as root + -h Show this help + -i Install PKG after successful build + -k Keep built packages, even if APKBUILD or sources are newer + -K Keep buildtime temp dirs and files (srcdir/pkgdir/deps) + -m Disable colors (monochrome) + -P Set REPODEST as the repository location for created packages + -q Quiet + -r Install missing dependencies from system repository (using sudo) + -R Recursively build and install missing dependencies (using sudo) + -s Set source package destination directory + -u Recursively build and upgrade all dependencies (using sudo) + + Commands: + build Compile and install package into \$pkgdir + checksum Generate checksum to be included in APKBUILD + clean Remove temp build and install dirs + cleancache Remove downloaded files from \$SRCDEST + cleanoldpkg Remove binary packages except current version + cleanpkg Remove already built binary and source package + deps Install packages listed in makedepends and depends + fetch Fetch sources to \$SRCDEST and verify checksums + index Regenerate indexes in \$REPODEST + listpkg List target packages + package Create package in \$REPODEST + prepare Apply patches + rootpkg Run 'package', the split functions and create apks as fakeroot + sanitycheck Basic sanity check of APKBUILD + snapshot Create a \$giturl or \$svnurl snapshot and upload to \$disturl + sourcecheck Check if remote source package exists upstream + srcpkg Make a source package + undeps Uninstall packages listed in makedepends and depends + unpack Unpack sources to \$srcdir + up2date Compare target and sources dates + verify Verify checksums + + To activate cross compilation specify in environment: + CHOST Arch or hostspec of machine to generate packages for + CTARGET Arch or hostspec of machine to generate compiler for + + EOF exit 0 } -- cgit v1.2.3-60-g2f50