File tree Expand file tree Collapse file tree 2 files changed +8
-24
lines changed
Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 55pkgnames=(quickjs)
66pkgdesc=" A small and embeddable Javascript engine"
77url=https://bellard.org/quickjs/
8- pkgver=2020.11.08-2
8+ pkgver=2024.01.13-1
99section=" devel"
10- timestamp=2020-11-08T13:44Z
10+ timestamp=2024-01-13T00:00Z
1111maintainer=" khanhas <xuankhanh963@gmail.com>"
1212license=MIT
1313
14- image=base:v2 .1
14+ image=base:v3 .1
1515source=(
16- https://bellard.org/quickjs/quickjs-2020-11-08.tar.xz
17- quickjs.patch
16+ https://bellard.org/quickjs/quickjs-2024-01-13.tar.xz
1817)
1918sha256sums=(
20- 2e9d63dab390a95ed365238f21d8e9069187f7ed195782027f0ab311bb64187b
21- SKIP
19+ 3c4bf8f895bfa54beb486c8d1218112771ecfc5ac3be1036851ef41568212e03
2220)
2321
2422build () {
25- patch -u Makefile -i quickjs.patch
26- make qjs.arm
23+ make CROSS_PREFIX=" $CROSS_COMPILE " qjs qjscalc
2724}
2825
2926package () {
3027 install -d " $pkgdir " /opt/bin
31- install -D -m 755 -t " $pkgdir " /opt/bin/ " $srcdir " /qjs.arm
32- mv " $pkgdir " /opt/bin/ qjs.arm " $pkgdir " /opt/bin/qjs
28+ install -D -m 755 -t " $pkgdir " /opt/bin/ " $srcdir " /qjs
29+ ln -s qjs " $pkgdir " /opt/bin/qjscalc
3330}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments