Skip to content

flameshot: screen grabber on steroids #3027

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions flameshot.be0
Original file line number Diff line number Diff line change
@@ -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
#}