* 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>
43 lines
992 B
Text
43 lines
992 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
|
|
maintainer="Luca Weiss <luca@lucaweiss.eu>"
|
|
pkgname=device-qemu-riscv64
|
|
pkgver=9
|
|
pkgrel=1
|
|
pkgdesc="Simulated device in QEMU (riscv64)"
|
|
url="https://postmarketos.org"
|
|
arch="riscv64"
|
|
license="MIT"
|
|
depends="
|
|
postmarketos-base
|
|
postmarketos-qemu-common
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-kernel-stable:kernel_stable
|
|
"
|
|
|
|
source="
|
|
deviceinfo
|
|
"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
kernel_stable() {
|
|
pkgdesc="Alpine Stable kernel"
|
|
depends="linux-stable linux-firmware-none"
|
|
provides="$pkgname-kernel-edge=$pkgver-r$pkgrel"
|
|
replaces="$pkgname-kernel-edge"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
sha512sums="
|
|
0f6c30def83bfdfea7da0a9786f28e81bfbca9a51f224f206b13a36f659faac82ca5192cc3663f493a7a18ad788c2ee7cca51ca1ad61efd2966e405aad0dc036 deviceinfo
|
|
"
|