diff --git a/flameshot.be0 b/flameshot.be0 new file mode 100755 index 000000000..6158e8776 --- /dev/null +++ b/flameshot.be0 @@ -0,0 +1,39 @@ +#!/usr/bin/env beesh + +# BEE_VERSION flameshot-12.1.0-0 + +# more info: https://github.com/flameshot-org/flameshot + +# SRCURL[0]="https://github.com/flameshot-org/flameshot/archive/refs/tags/v${PKGVERSION}.tar.gz flameshot-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/8c24308d01e3c073f9e876785b623211/flameshot-12.1.0.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +mee_patch() { + bee_patch "${@}" + sed -i -e '/data\/translations\/Internationaliz/ d' src/CMakeLists.txt +} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}