26 lines
655 B
Text
26 lines
655 B
Text
# Unmaintained: Downstream port
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-expressatt-downstream
|
|
pkgdesc="Samsung Galaxy Express SGH-I437"
|
|
pkgver=1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-expressatt-downstream mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
ffbb5718fbc89cb57c9601b68257a8833963da2926ed7ef683282e425693323b53ed06abd37b3355ba734f8c27dbe15d7ab5ad6162d53984c4cc51e405b4ef30 deviceinfo
|
|
"
|