Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 369ea4b Mar 10, 2020 History
- fix SRCURL
- fixed SRCURL
- nice be0
2 contributors

Users who have contributed to this file

@wwwutz @pmenzel
executable file 30 lines (20 sloc) 512 Bytes
#!/usr/bin/env beesh
# BEE_VERSION brotli-0.6.0-2
#SRCURL[0]="https://github.com/google/brotli/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/1dcdcda924ab0c232ce54fa9f2b02624/brotli-0.6.0.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
start_cmd make test
}