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