Skip to content
Permalink
Newer
Older
100755 39 lines (27 sloc) 668 Bytes
1
#!/usr/bin/env beesh
2
February 10, 2020 11:08
3
# BEE_VERSION xdg-utils-1.1.3-1
February 10, 2020 11:08
5
# more info: https://www.freedesktop.org/wiki/Software/xdg-utils/
February 10, 2020 11:08
7
# 'portland' is obsolete but download link still points to it
8
# SRCURL[0]="https://portland.freedesktop.org/download/xdg-utils-${PKGVERSION}.tar.gz"
9
SRCURL[0]="https://beehive.molgen.mpg.de/902042508b626027a3709d105f0b63ff/xdg-utils-1.1.3.tar.gz"
10
11
# PATCHURL+=()
12
13
build_in_sourcedir
14
15
# sourcesubdir_append src
16
17
#mee_extract() {
18
# bee_extract "${@}"
19
#}
20
21
#mee_patch() {
22
# bee_patch "${@}"
23
#}
24
25
#mee_configure() {
26
# bee_configure
27
#}
28
29
#mee_build() {
30
# bee_build
31
#}
32
33
#mee_install() {
34
# bee_install
35
#}
36
37
#mee_install_post() {
38
# exit
39
#}