Skip to content

Fix 3033 #3034

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
libonig: Add version 6.9.9
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.
donald committed Dec 14, 2023
commit d04e1daa546985688a2f93a18a9dbfb1576f1cc7
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
#}