Skip to content

Commit

Permalink
Merge pull request #3027 from mariux64/add-flameshot
Browse files Browse the repository at this point in the history
flameshot: screen grabber on steroids
  • Loading branch information
wwwutz authored Nov 28, 2023
2 parents 64738de + 8437931 commit df6c93a
Showing 1 changed file with 39 additions and 0 deletions.
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
#}

0 comments on commit df6c93a

Please sign in to comment.