a17a931026
[ci:ignore-count], [ci:skip-build]
22 lines
599 B
Text
22 lines
599 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-kylevess
|
|
pkgdesc="Samsung Trend Lite"
|
|
pkgver=0.1
|
|
pkgrel=7
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="linux-samsung-kylevess mkbootimg mesa-dri-swrast postmarketos-base"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="d564ce331509037ef67edaae322c2e078a8722fd99b42343c18098377664729a30ca2cf960e99f63e43e569d86a93c488c8d8686f3ba6fe4b46c5c109947d754 deviceinfo"
|