Skip to content
Permalink
Newer
Older
100755 33 lines (22 sloc) 568 Bytes
1
#!/usr/bin/env beesh
2
October 1, 2020 14:44
3
# BEE_VERSION xfce4-weather-plugin-0.10.1-1
October 1, 2020 14:44
5
#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${PKGVERSION}.tar.bz2"
6
SRCURL[0]="https://beehive.molgen.mpg.de/203ad16e74d4823f6fb6e9a18bb7df55/xfce4-weather-plugin-0.10.1.tar.bz2"
7
8
# PATCHURL+=()
9
10
# EXCLUDE+=()
11
12
# build_in_sourcedir
13
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
#}