Skip to content

Commit

Permalink
Merge pull request #965 from mariux64/add-xfce4-whiskermenu-2.3.0
Browse files Browse the repository at this point in the history
Whiskermenu: Add version 2.3.0
  • Loading branch information
pmenzel authored Nov 29, 2018
2 parents ce04599 + b20a9d2 commit 7fad725
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions xfce4-whiskermenu-plugin.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-whiskermenu-plugin-2.3.0-0

SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${PKGVERSION[2]}/xfce4-whiskermenu-plugin-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


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

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure -DCMAKE_BUILD_TYPE=Release
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 7fad725

Please sign in to comment.