2018-01-27 14:52:34 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:53 +00:00
|
|
|
# Contributor: ashirviskas <minematas@gmail.com>
|
2020-04-25 09:51:42 +00:00
|
|
|
pkgname=device-nextbit-robin
|
2018-01-27 14:52:34 +00:00
|
|
|
pkgdesc="Nextbit Robin"
|
|
|
|
pkgver=0.1
|
2020-03-07 18:58:32 +00:00
|
|
|
pkgrel=8
|
2018-01-27 14:52:34 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
2018-02-25 18:40:54 +00:00
|
|
|
depends="postmarketos-base linux-nextbit-robin mkbootimg msm-fb-refresher mesa-dri-swrast"
|
2018-01-27 14:52:34 +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="8e3035aa24a4cd3644200001ce1df8773aa96df7c45b6261c5c2c6feb218459325d516fe0b83ae0f2ae10ea053ee932fec65f98bea2b1f104e6f2ee367c2fa4e deviceinfo"
|