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
28 lines
611 B
Text
28 lines
611 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-gtaxlwifi
|
|
pkgdesc="Samsung Galaxy Tab A 2016 (SM-T580)"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-samsung-gtaxlwifi
|
|
mkbootimg
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
0fb30f6da488612dae807b1ef93d721fe7ec538a95ccc182ca14e2f3940eaebb99e7ed051b9195fc10bb2561158a110004192579080406f10fd9ff5d97a58d42 deviceinfo
|
|
"
|