Skip to content

Commit

Permalink
groff: update from 1.20.1 to 1.22.4
Browse files Browse the repository at this point in the history
- remove /lib64 references
  • Loading branch information
wwwutz committed Sep 24, 2019
1 parent b0643d5 commit fe36e9f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
29 changes: 0 additions & 29 deletions groff-1.20.1-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions groff.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION groff-1.22.4-0

# more info: https://www.gnu.org/software/groff

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

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
ln -sv eqn ${D}${BINDIR}/geqn
ln -sv tbl ${D}${BINDIR}/gtbl
}

0 comments on commit fe36e9f

Please sign in to comment.