add .7z format support

This commit is contained in:
2026-09-10 22:10:46 +03:00
parent 410f4524c2
commit 4a3dff8f98
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +1,11 @@
hplip
=
https://sourceforge.net/projects/hplip/files/hplip/3.26.4/hplip-3.26.4.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/hplip --disable-network-build
```
``` cfg *** build deps ***
libusb
```

6
assets/var/gnu/libusb.md Normal file
View File

@ -0,0 +1,6 @@
libusb 1.0.3
=
https://github.com/libusb/libusb/releases/download/v1.0.30/libusb-1.0.30.7z
``` sh *** build ***
```