diff --git a/indent.be0 b/indent.be0 index 4a0f3de2e..03a944692 100755 --- a/indent.be0 +++ b/indent.be0 @@ -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 -# }