Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
indent: six SRCURL
- fixed SRCURL
- NLS=1
  • Loading branch information
wwwutz committed May 3, 2022
1 parent 0feb2b7 commit ff21ec3
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions indent.be0
@@ -1,16 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION indent-2.2.12-0
# BEE_VERSION indent-2.2.12-1

SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4764b6ac98f6654a35da117b8e5e8e14/indent-2.2.12.tar.gz"

# PATCHURL[0]=""

build_in_sourcedir

# sourcesubdir_append src

mee_install_post () {
#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
echo "">po/LINGUAS
bee_configure
}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
# remove html
rm -vrf ${D}/usr/doc
}
}

0 comments on commit ff21ec3

Please sign in to comment.