* Also move right above pkgname= * Move Co-Maintainer lines above maintainer= * Remove empty lines in the header pmbootstrap 3.7+ & abuild supports maintainer= variables. See also https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88 [ci:skip-build]: no pkgver/pkgrel changes [ci:ignore-count]: intended [ci:skip-vercheck]: no functional changes [skip ci]: false positives Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7723>
33 lines
819 B
Text
33 lines
819 B
Text
# Archived: Downstream port, only for testing. Use mainline port!
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
maintainer="Henrik Grimler <henrik@grimler.se>"
|
|
pkgname=device-samsung-klimtlte-downstream
|
|
pkgdesc="Samsung Galaxy Tab S 8.4 LTE (Downstream)"
|
|
pkgver=6
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
firmware-samsung-klimt-downstream
|
|
linux-samsung-klimtlte
|
|
mkbootimg
|
|
msm-fb-refresher
|
|
postmarketos-base
|
|
postmarketos-base-downstream
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
a3570bde132ff10081d03a8e7f8b44c63ef216c1e174eea74311b000aaaa6e8c06d47047f3454671280d7f2386f6b991aacb53a0784946b3c0613cc2262a6953 deviceinfo
|
|
"
|