e8fd6d6635
With the pmbootstrap change let's change the deviceinfo variable names to the non-deprecated version. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
29 lines
611 B
Text
29 lines
611 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-arubaslim
|
|
pkgdesc="Samsung Galaxy Core"
|
|
pkgver=0.1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-samsung-arubaslim
|
|
mkbootimg
|
|
postmarketos-base
|
|
msm-fb-refresher
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
6221ceb1a640006fbaee2950a717c116dbc1452aef2f4682e65008f828d0d78ef6e181ed026a6c5b70979a2ae972ddf2b8b485a415da6f8300d6009c0723d1f7 deviceinfo
|
|
"
|