Skip to content

Commit

Permalink
Merge pull request #2251 from mariux64/add-libsass
Browse files Browse the repository at this point in the history
libsass/sassc: add libsass 3.6.5 / sassc 3.6.2
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents 3321ad7 + b91bfaf commit 65b30ec
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
40 changes: 40 additions & 0 deletions libsass.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION libsass-3.6.5-0

# more info: https://github.com/sass/libsass
# https://github.com/sass/libsass/archive/refs/tags/3.6.5.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/c49765b9b3824dcd4a7423225ca28bad/libsass-3.6.5.tar.gz"

# PATCHURL+=()

BEE_BUILDTYPE=configure

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
autoreconf -fi
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

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

# BEE_VERSION sassc-3.6.2-0

# more info: https://github.com/sass/libsass

# https://github.com/sass/sassc/archive/3.6.2/sassc-3.6.2.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/4c3b06ce2979f2a9f0a35093e501d8bb/sassc-3.6.2.tar.gz"

# PATCHURL+=()

BEE_BUILDTYPE=autogen

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
autoreconf -fi
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 65b30ec

Please sign in to comment.