pmaports/device/device-htc-vivo/APKBUILD
Grant Miller b6fe2fd834
Don't manually install initfs-hook.sh (!191)
This only changes devices that use devicepkg-dev (see #8)

[skip ci]: too many packages have changed
2019-02-05 09:35:07 +01:00

23 lines
754 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname="device-htc-vivo"
pkgdesc="Incredible S"
pkgver=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-htc-vivo mkbootimg mesa-dri-swrast msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo initfs-hook.sh"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="887da21c27a5fc3d7ccaa27f7e11b23d3c24459237700e2903a680f31e9ce712155990e8e225fcfe8c1771d299dbb80583ca215d9397b3746ebff6565f6ce9cb deviceinfo
2d02a02649ee3dc28041045086ffe11c9077067393954295343efb80727432902494da4c3b68f992880f3c0f01a9d164c2517f51519c92445e3ed88872a71e2f initfs-hook.sh"