2018-02-24 18:46:54 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:51 +00:00
|
|
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
2018-02-24 18:46:54 +00:00
|
|
|
pkgname="device-jolla-sbj"
|
|
|
|
pkgdesc="Jolla phone"
|
|
|
|
pkgver=0.1
|
2020-03-07 18:58:32 +00:00
|
|
|
pkgrel=7
|
2018-02-24 18:46:54 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2018-02-25 18:40:54 +00:00
|
|
|
depends="postmarketos-base linux-jolla-sbj mkbootimg mesa-dri-swrast msm-fb-refresher"
|
2018-02-24 18:46:54 +00:00
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-03-07 16:10:22 +00:00
|
|
|
sha512sums="f1fe3413a7e9bf0c40dc3908c1ef496dffd49633959842d6443083e39301861847897036c3f023fe8d947c1b2ad0487b9e31f9c8b2ee503bb913a2dc180df47f deviceinfo"
|