2020-03-28 10:18:01 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
|
|
|
2020-04-25 09:51:42 +00:00
|
|
|
pkgname=device-oneplus-dumpling
|
2020-03-28 10:18:01 +00:00
|
|
|
pkgdesc="OnePlus 5T"
|
|
|
|
pkgver=0.1
|
2021-04-11 15:59:52 +00:00
|
|
|
pkgrel=2
|
2020-03-28 10:18:01 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
|
|
|
depends="postmarketos-base linux-oneplus-msm8998 mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-05-17 13:33:49 +00:00
|
|
|
sha512sums="399eb154e96c506bfcbe52b299c80b0e1a80b176e5e1c4ae632e5eb5e62a1c17b3a29d87860954ca7969b18d69859058653e70c11f69ccf1b8e5e717e47178c2 deviceinfo"
|