Skip to content
Permalink
update-mpfr-402
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 ee30c48 Nov 26, 2019 History
- be0niceify
- disable spellcheck. did not work anyway and locked _compat
- 0.8.0 is in rc status, update later
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 39 lines (27 sloc) 565 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gummi-0.6.6-2
# more info: https://github.com/alexandervdm/gummi
SRCURL[0]="https://github.com/alexandervdm/gummi/releases/download/${PKGVERSION}/gummi-${PKGVERSION}.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-nls \
--disable-spellcheck
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}