File tree Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55pkgnames=(yaft)
66pkgdesc=" Yet another framebuffer terminal"
77url=https://github.com/timower/rM2-stuff/tree/master/apps/yaft
8- _tag=0.0.8
9- pkgver=${_tag} -2
10- timestamp=2021-05-02T09:23Z
8+ _tag=0.0.10
9+ pkgver=${_tag} -1
10+ timestamp=2023-08-12T14:31Z
1111maintainer=" Mattéo Delabre <spam@delab.re>"
1212license=GPL-3.0
1313section=" admin"
@@ -17,18 +17,15 @@ installdepends=(display terminfo)
1717source=(
1818 " https://github.com/timower/rM2-stuff/archive/refs/tags/v${_tag} .zip"
1919 input.patch
20- bash-l.patch
2120)
2221
2322sha256sums=(
24- 718a9fc7a8e26d587bac790fd83ad8242978b59745269b2ff213e04820bf45b8
25- SKIP
23+ 1cd4741a93cde6bd545215eb303e51219fc9901cba1c28b6206b1b5e0871a7b5
2624 SKIP
2725)
2826
2927build () {
3028 patch -u libs/rMlib/Device.cpp -i input.patch
31- patch -u apps/yaft/main.cpp -i bash-l.patch
3229 mkdir build
3330 mkdir install
3431 cd build
@@ -37,6 +34,8 @@ build() {
3734 cd apps/yaft
3835 make
3936 make install
37+ cd ../../libs/libYaft
38+ make install
4039}
4140
4241package () {
You can’t perform that action at this time.
0 commit comments