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 9e09fa3 Apr 27, 2021 History
- fixed SRCURL
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 33 lines (23 sloc) 634 Bytes
#!/usr/bin/env beesh
# BEE_VERSION geany-1.33-2
# SRCURL[0]="https://download.geany.org/geany-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d8855e5af612282408ae129078e109b4/geany-1.33.tar.bz2"
# /src/mariux/patches/geany-#741-add-bee-extension.patch
PATCHURL[0]="https://beehive.molgen.mpg.de/a124e6883b79814aadb34284ceeb54c1/geany-%23741-add-bee-extension.patch"
# 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
#}