mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/rpi-imager: Add lsblk in makedepends
This commit is contained in:
parent
9b904ac6e3
commit
ad1f359b49
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=rpi-imager
|
pkgname=rpi-imager
|
||||||
pkgver=1.9.0
|
pkgver=1.9.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A user-friendly tool for creating bootable media for Raspberry Pi devices"
|
pkgdesc="A user-friendly tool for creating bootable media for Raspberry Pi devices"
|
||||||
url="https://www.raspberrypi.com/software/"
|
url="https://www.raspberrypi.com/software/"
|
||||||
# only supports little endian
|
# only supports little endian
|
||||||
@ -14,6 +14,7 @@ makedepends="
|
|||||||
curl-dev
|
curl-dev
|
||||||
gnutls-dev
|
gnutls-dev
|
||||||
libarchive-dev
|
libarchive-dev
|
||||||
|
lsblk
|
||||||
ninja
|
ninja
|
||||||
qt6-qtbase-dev
|
qt6-qtbase-dev
|
||||||
qt6-qtdeclarative-dev
|
qt6-qtdeclarative-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user