2019-09-30 22:18:31 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:55 +00:00
|
|
|
# Contributor: Alastair Horn <alastairthorn@outlook.com>
|
2019-09-30 22:18:31 +00:00
|
|
|
pkgname="device-samsung-j3nxlte"
|
|
|
|
pkgdesc="Samsung Galaxy J3"
|
|
|
|
pkgver=0.1
|
2020-01-28 14:40:18 +00:00
|
|
|
pkgrel=2
|
2019-09-30 22:18:31 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="armv7"
|
|
|
|
options="!check !archcheck"
|
|
|
|
depends="postmarketos-base linux-samsung-j3nxlte mkbootimg mesa-dri-swrast"
|
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-03-07 16:10:22 +00:00
|
|
|
sha512sums="c223cae013c3bf5492002f6afa82d5438930fade535782ec38dc69c173853fd6589b785256617dadb9dbc856e527065f64db688eaee01799bdc66efb136ea457 deviceinfo"
|