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
619 B
Text
29 lines
619 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-goyavewifi
|
|
pkgdesc="Samsung Galaxy Tab 3 Lite"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-samsung-goyavewifi
|
|
mkbootimg
|
|
msm-fb-refresher
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
9ce7daa6a5583f4424f0e9610b246bdd8ba0e42c887966eca0535e1fab3fe80214878a32fbe590ca49e16766ebec3bac74d0f3496a2029e6a139fcc9271a5674 deviceinfo
|
|
"
|