Skip to content

Commit

Permalink
Merge pull request #883 from mariux64/add-docutils
Browse files Browse the repository at this point in the history
add docutils
  • Loading branch information
pmenzel authored Aug 28, 2018
2 parents 3464e5b + 490966e commit 03f3750
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docutils.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION docutils-0.14-0

SRCURL[0]="https://sourceforge.net/projects/docutils/files/docutils/${PKGVERSION}/docutils-${PKGVERSION}.tar.gz/download# docutils-${PKGVERSION}.tar.gz"

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""

# build_in_sourcedir

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
for i in ${D}/usr/bin/*.py; do
mv -v $i ${i%%.py}
done
}

0 comments on commit 03f3750

Please sign in to comment.