Skip to content

Commit

Permalink
indent: fix manpage creation
Browse files Browse the repository at this point in the history
Now indent.1 get created. There is still a bug in the Makefile logic,
but removing the target ( 0 byte file in tar ) quick fixes it.

Signed-off-by: Peter Marquardt <wwwutz@molgen.mpg.de>
  • Loading branch information
wwwutz committed Jul 10, 2017
1 parent f507820 commit 225f87d
Showing 1 changed file with 7 additions and 38 deletions.
45 changes: 7 additions & 38 deletions indent.be0
Original file line number Diff line number Diff line change
@@ -1,46 +1,15 @@
#!/bin/env beesh
# BEE_VERSION indent-2.2.10-1

SRCURL[0]="ftp://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
#!/usr/bin/env beesh

PGRP=( uncategorized )

B=${S}
# BEE_VERSION indent-2.2.10-1

# BEE_CONFIGURE=compat
SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz"

# EXCLUDE=""
# PATCHURL[0]=""

BEE_CONFIGURE="compat"
# build_in_sourcedir

BEEPASSES=1
# sourcesubdir_append src

mee_patch() {
bee_patch
}
# mee_patch2() {
# bee_patch
# }

mee_configure() {
bee_configure
}
# mee_configure2() {
# bee_configure
# }

mee_build() {
bee_build
}
# mee_build2() {
# bee_build
# }

mee_install() {
bee_install
rm -v ${S}/man/indent.1
}
# mee_install2() {
# bee_install
# }

0 comments on commit 225f87d

Please sign in to comment.