Skip to content
Permalink
Newer
Older
100755 40 lines (28 sloc) 558 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION dino-0.2.0-0
4
5
# https://github.com/dino/dino/
6
SRCURL[0]="https://github.com/dino/dino/releases/download/v${PKGVERSION}/dino-${PKGVERSION}.tar.gz"
7
8
# PATCHURL+=()
9
October 26, 2020 18:26
10
build_in_sourcedir
11
12
# sourcesubdir_append src
13
October 26, 2020 18:01
14
BEE_BUILDTYPE=autotools
15
16
#mee_extract() {
17
# bee_extract "${@}"
18
#}
19
20
#mee_patch() {
21
# bee_patch "${@}"
22
#}
23
October 26, 2020 17:48
24
mee_configure() {
25
bee_configure \
26
--with-libsignal-in-tree \
27
--release
October 26, 2020 17:48
28
}
29
30
#mee_build() {
31
# bee_build
32
#}
33
34
#mee_install() {
35
# bee_install
36
#}
37
38
#mee_install_post() {
39
# exit
40
#}