10 lines
169 B
Markdown
10 lines
169 B
Markdown
cups 2.4.19
|
|
=
|
|
https://github.com/OpenPrinting/cups/archive/refs/tags/v2.4.19.tar.gz
|
|
|
|
``` sh *** build ***
|
|
./configure --prefix=$pkgpath
|
|
make -j$(nproc)
|
|
make install
|
|
```
|