* 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>
50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
|
|
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
maintainer="Aelin <aelin@postmarketos.org>"
|
|
pkgname=device-qemu-loongarch64
|
|
pkgver=4
|
|
pkgrel=1
|
|
pkgdesc="Simulated device in QEMU (loongarch64)"
|
|
url="https://postmarketos.org"
|
|
arch="loongarch64"
|
|
license="MIT"
|
|
depends="
|
|
postmarketos-base
|
|
postmarketos-qemu-common
|
|
systemd-boot
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-kernel-lts:kernel_lts
|
|
$pkgname-kernel-stable:kernel_stable
|
|
"
|
|
|
|
source="
|
|
deviceinfo
|
|
"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
kernel_lts() {
|
|
pkgdesc="Alpine LTS kernel (recommended)"
|
|
depends="linux-lts linux-firmware-none"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
kernel_stable() {
|
|
pkgdesc="Alpine Stable kernel"
|
|
depends="linux-stable linux-firmware-none"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
sha512sums="
|
|
8827f46442d31d73ab1d15298705037222afa21588050c95c5684928ffd4446c6a0e1b886bee9d20200e7e4bf1ed7d59945b180c3f98ee7fcfa07cff99f06e6c deviceinfo
|
|
"
|