Skip to content

Commit

Permalink
libsass/sassc: add libsass 3.6.5 / sassc 3.6.2
Browse files Browse the repository at this point in the history
- gtk4 dependency
  • Loading branch information
wwwutz committed Sep 7, 2021
1 parent 3986da2 commit b91bfaf
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 b91bfaf

Please sign in to comment.