690d55512e
[ci:skip-build]: already built successfully in CI
23 lines
768 B
Text
23 lines
768 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-acer-swing
|
|
pkgdesc="Acer CloudMobile S500"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-acer-swing mkbootimg mesa-dri-gallium msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo initfs-hook.sh"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="fcf9a3ec88a2bd905113ba64eb56c84a1273d1d6d6b35394c274cd066d8c1a608bc921d35c87ccc460926c9a767f1102a2a73fa62c0bcd1222a929cdf7fcad01 deviceinfo
|
|
4ae9838efeb7ebf8d6cb0ecc346517f4c1f180fc6c9a913217c71344abb4180ac216b352b02dcedbf5433d1c192df8619882c16fd73502d5c46c71a83d9ffed3 initfs-hook.sh"
|