Permalink
Newer
100755
37 lines (25 sloc)
519 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION xfce4-taskmanager-1.2.2-0
4
5
# more info: https://foo.bar.com
6
7
SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-taskmanager/${PKGVERSION[2]}/xfce4-taskmanager-${PKGVERSION}.tar.bz2"
8
9
# PATCHURL+=()
10
11
# build_in_sourcedir
12
13
# sourcesubdir_append src
14
15
#mee_extract() {
16
# bee_extract "${@}"
17
#}
18
19
#mee_patch() {
20
# bee_patch "${@}"
21
#}
22
23
#mee_configure() {
24
# bee_configure
25
#}
26
27
#mee_build() {
28
# bee_build
29
#}
30
31
#mee_install() {
32
# bee_install
33
#}
34
35
#mee_install_post() {
36
# exit
37
#}