Skip to content

libsass/sassc: add libsass 3.6.5 / sassc 3.6.2 #2251

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
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
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
#}