-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8403ad
commit 474e3c5
Showing
4 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -488,6 +488,7 @@ rio-wayland-deb | |
rio-x11-deb | ||
rosary-deb | ||
rpcs3-app | ||
rpi-imager | ||
rsbbi-git | ||
rstudio-deb | ||
rust-bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
pkgbase = rpi-imager | ||
pkgver = 1.9.0 | ||
pkgrel = 1 | ||
pkgdesc = Raspberry pi Imaging Utility | ||
url = https://github.com/raspberrypi/rpi-imager | ||
arch = arm64 | ||
depends = curl | ||
depends = libgcc-s1 | ||
depends = libc6-dev | ||
depends = libgnutls28-dev | ||
depends = hicolor-icon-theme | ||
depends = libarchive-dev | ||
depends = qt6-base-dev | ||
depends = qt6-declarative-dev | ||
depends = qt6-tools-dev | ||
depends = gnutls-dev | ||
depends = openssl | ||
depends = build-essential | ||
makedepends = cmake | ||
makedepends = qt6-tools-dev | ||
makedepends = qt6-svg-dev | ||
license = Apache-2.0 | ||
maintainer = Sundaram Krishnan <[email protected]> | ||
repology = project: rpi-imager | ||
source = rpi-imager-1.9.0.tar.gz::https://github.com/raspberrypi/rpi-imager/archive/v1.9.0.tar.gz | ||
b2sums = d4eae0e1f1d99901938d04d1fcd6cb3dac84296172791f215247aa6873284e4b8d6673e0e847ad9dd41167cea87122a154a440a91bf8546a4a1d0442a02cb494 | ||
|
||
pkgname = rpi-imager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
pkgname="rpi-imager" | ||
pkgdesc="Raspberry pi Imaging Utility" | ||
pkgver="1.9.0" | ||
pkgrel=1 | ||
repology=("project: rpi-imager") | ||
license=("Apache-2.0") | ||
url="https://github.com/raspberrypi/rpi-imager" | ||
arch=("arm64") | ||
maintainer=("Sundaram Krishnan <[email protected]>") | ||
depends=( | ||
'curl' | ||
'libgcc-s1' | ||
'libc6-dev' | ||
'libgnutls28-dev' | ||
'hicolor-icon-theme' | ||
'libarchive-dev' | ||
'qt6-base-dev' | ||
'qt6-declarative-dev' | ||
'qt6-tools-dev' | ||
'gnutls-dev' | ||
'openssl' | ||
'build-essential' | ||
) | ||
|
||
makedepends=( | ||
'cmake' | ||
'qt6-tools-dev' | ||
'qt6-svg-dev' | ||
) | ||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raspberrypi/${pkgname}/archive/v${pkgver}.tar.gz") | ||
b2sums=('d4eae0e1f1d99901938d04d1fcd6cb3dac84296172791f215247aa6873284e4b8d6673e0e847ad9dd41167cea87122a154a440a91bf8546a4a1d0442a02cb494') | ||
|
||
build() { | ||
cmake -B build -S "${pkgname}-${pkgver}/src" \ | ||
-DCMAKE_BUILD_TYPE='None' \ | ||
-DCMAKE_INSTALL_PREFIX='/usr' \ | ||
-DENABLE_CHECK_VERSION=OFF \ | ||
-DENABLE_VENDORING=OFF | ||
cmake --build build | ||
} | ||
|
||
package() { | ||
DESTDIR=${pkgdir} cmake --install build | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9636,6 +9636,35 @@ pkgbase = rpcs3-app | |
|
||
pkgname = rpcs3-app | ||
--- | ||
pkgbase = rpi-imager | ||
pkgver = 1.9.0 | ||
pkgrel = 1 | ||
pkgdesc = Raspberry pi Imaging Utility | ||
url = https://github.com/raspberrypi/rpi-imager | ||
arch = arm64 | ||
depends = curl | ||
depends = libgcc-s1 | ||
depends = libc6-dev | ||
depends = libgnutls28-dev | ||
depends = hicolor-icon-theme | ||
depends = libarchive-dev | ||
depends = qt6-base-dev | ||
depends = qt6-declarative-dev | ||
depends = qt6-tools-dev | ||
depends = gnutls-dev | ||
depends = openssl | ||
depends = build-essential | ||
makedepends = cmake | ||
makedepends = qt6-tools-dev | ||
makedepends = qt6-svg-dev | ||
license = Apache-2.0 | ||
maintainer = Sundaram Krishnan <[email protected]> | ||
repology = project: rpi-imager | ||
source = rpi-imager-1.9.0.tar.gz::https://github.com/raspberrypi/rpi-imager/archive/v1.9.0.tar.gz | ||
b2sums = d4eae0e1f1d99901938d04d1fcd6cb3dac84296172791f215247aa6873284e4b8d6673e0e847ad9dd41167cea87122a154a440a91bf8546a4a1d0442a02cb494 | ||
|
||
pkgname = rpi-imager | ||
--- | ||
pkgbase = rsbbi-git | ||
gives = rsbbi | ||
pkgver = 0.0.1 | ||
|