xiaomi-laurel_sprout-pmOS/device-xiaomi-laurel_sprout/APKBUILD
Lux Aliaga cdf247ae13 linux: Rename to SoC-specific package
Since one of the goals of the postmarketOS project is to eventually use generic
kernels for most devices, renaming the linux package to use the name for
the SoC instead of the device name makes more sense in the long run and
for other people porting postmarketOS to other devices.
2022-05-01 01:06:21 -04:00

30 lines
616 B
Plaintext

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-xiaomi-laurel_sprout
pkgdesc="Xiaomi Mi A3"
pkgver=0.1
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-postmarketos-qcom-sm6125
mesa-dri-gallium
mkbootimg
postmarketos-base
"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
1f0183d38e8f169319b6bdd49948a8368227d7e6d7c68df6c288ca241b70c73cd4efd16f4b518a8288ef3e3a6874b8ffd4ce1a4527ed7a531f26d7a59fe4e4c1 deviceinfo
"