Skip to content

Commit

Permalink
awesome: be0 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Sep 11, 2019
1 parent 4e21c03 commit 1e5cf33
Showing 2 changed files with 31 additions and 83 deletions.
83 changes: 0 additions & 83 deletions awesome-3.5.9-0.bee

This file was deleted.

31 changes: 31 additions & 0 deletions awesome.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/usr/bin/env beesh

# BEE_VERSION awesome-3.5.9-1

SRCURL[0]="https://github.com/awesomeWM/awesome-releases/raw/master/${PKGNAME}-${PKGVERSION}.tar.bz2 ${PKGNAME}-${PKGVERSION}.tar.gz"

# EXCLUDE+=()

# build_in_sourcedir

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

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

mee_configure() {
bee_configure -DSYSCONFDIR=/etc
}

#mee_build() {
# bee_build
#}

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

0 comments on commit 1e5cf33

Please sign in to comment.