a17a931026
[ci:ignore-count], [ci:skip-build]
23 lines
611 B
Text
23 lines
611 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-expressatt
|
|
pkgdesc="Samsung Galaxy S3 SGHI437"
|
|
pkgver=0.1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-expressatt mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="d63d6c9656a310eb0e230460ea37ce60663382fb808d1138b018a829b4bd9af28d30b2305ae85e4e8749b85626d8ea06d363f5790d5cb3e0911500441550af50 deviceinfo"
|