c3dcc196ea
TP:[AL3]:APKBUILD:5:pkgname must not be quoted [skip ci]: won't finish within 3 hours
23 lines
650 B
Text
23 lines
650 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Luca Weiss <luca@z3ntu.xyz>
|
|
pkgname=device-fairphone-fp1
|
|
pkgdesc="FP1"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-fairphone-fp1 mkbootimg mtk-mkimage mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="99f320f9998586a01a056b164c67f297c54b3529dcad73dc70956de919953f7097c8d93bfefa53d13b544c0d14cbcd28cdad356207b58e8816f03a3a19e47087 deviceinfo"
|