Skip to content
Snippets Groups Projects

WIP: fxtec-pro1: new device (Fxtec Pro1)

Closed Imported Administrator requested to merge device-fxtec-pro1 into master
8 unresolved threads
4 files
+ 5380
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 23
0
# Reference: <https://postmarketos.org/devicepkg>
    • Author Owner

      This package (as well as linux-fxtec-pro1) should be moved to device/testing as a part of device categorization; see wiki.postmarketos.org/wiki/Device_categorization.

      By Dolphin von Chips on 2020-05-25T09:05:29

Please register or sign in to reply
pkgname="device-fxtec-pro1"
    • Author Owner
      Suggested change
      2 pkgname="device-fxtec-pro1"
      2 pkgname=device-fxtec-pro1

      pkgname should not be quoted, otherwise linting will fail.

      By Dolphin von Chips on 2020-05-25T09:05:29

Please register or sign in to reply
pkgdesc="Fxtec Pro1"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-fxtec-pro1 mkbootimg mesa-dri-swrast msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="f29ccbdebf15d772e56c2d11902868f42aed0d6fbfcea8ebd6337645f9bcb0918488615e2d0c28347217a4127d72e04f47b2a86dea382085b2f12ca4fc28a4e4 deviceinfo"
Loading