* Set Co-Mainatiner as maintainer, if they exist * Add me as co-maintainer of QEMU packages to fulfill main requirements * Add people interested in maintainance to their packages * device-google-snow now has no maintainer, if someone is interested, please add yourself as maintainer, otherwise it has to be dropped As we all know they are inactive nowadays, the maintainer variables should reflect the reality who cares/is responsible about a package, and inactive members are not. And waiting for a inactive maintainer 2 weeks is just staling the MR. Thanks for all the work Minecrell & Jenneron, and feel free to add yourself again if you're back again. [skip ci]: too many false positives :p Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7748>
27 lines
811 B
Text
27 lines
811 B
Text
# Co-Maintainer: Jan Jasper de Kroon <jajadekroon@gmail.com>
|
|
# Co-Maintainer: Quade Curry <qc8086@qc8086.com>
|
|
maintainer="Sebastian Fleer <dev@dwurp.de>"
|
|
pkgname=soc-rockchip-rk3399
|
|
pkgdesc="Common package for Rockchip RK3399 devices"
|
|
pkgver=1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="BSD-3-Clause"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
subpackages="$pkgname-dptx"
|
|
source="30-rockchip-dptx-firmware.files"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
dptx() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel linux-firmware-rockchip"
|
|
install -Dm644 "$srcdir"/30-rockchip-dptx-firmware.files \
|
|
-t "$subpkgdir"/usr/share/mkinitfs/files
|
|
}
|
|
|
|
sha512sums="
|
|
c999b242723c68fd92b080d6a5288df99331b9b3ab4504db07162b6e5b0af17a0a04dabfd00a479ab08a3b8dd4331c08f6e76295dab8da161bef9c3fa0485b16 30-rockchip-dptx-firmware.files
|
|
"
|