Skip to content

add docutils #883

Merged
merged 1 commit into from
Aug 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again a deprecated command.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a command ... where ????


# 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
}