Skip to content

Commit

Permalink
libonig: Add version 6.9.9
Browse files Browse the repository at this point in the history
https://github.com/kkos/oniguruma

Oniguruma is a modern and flexible regular expressions library. It
encompasses features from different regular expression implementations
that traditionally exist in different languages.
  • Loading branch information
donald committed Dec 14, 2023
1 parent 1a103d6 commit d04e1da
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions libonig.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libonig-6.9.9-0

# more info: https://github.com/kkos/oniguruma

#SRCURL[0]="https://github.com/kkos/oniguruma/archive/refs/tags/v${PKGVERSION}/oniguruma-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6a3defb3d5e57c2fa4b6f3b4ec6de28b/oniguruma-6.9.9.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() {
# exit
#}

0 comments on commit d04e1da

Please sign in to comment.