Skip to content

Commit

Permalink
Merge pull request #2519 from mariux64/add-libhandy
Browse files Browse the repository at this point in the history
libhandy: add version 1.2.3
  • Loading branch information
wwwutz authored Nov 16, 2021
2 parents dc232a8 + 64b8701 commit 4d6c005
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions libhandy.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION libhandy-1.2.3-0

# SRCURL[0]="https://download.gnome.org/sources/libhandy/${PKGVERSION[2]}/libhandy-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f468e27518d393961e3fa8803d4550d5/libhandy-1.2.3.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
}

mee_configure() {
bee_configure \
--wrap-mode=nofallback
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 4d6c005

Please sign in to comment.