
Download: https://wiki.postmarketos.org/index.php?title=Special:CargoExport&tables=Devices&&fields=Codename%2C+Released&&group+by=Codename&order+by=%60Codename%60%2C+%60Released%60&limit=5000&format=csv cd device for device in device-*; do year=$(grep -oP "${device#device-},\K2\d{3}" ../results.csv) [[ -n "$year" ]] || continue sed -i "s/deviceinfo_date=\"\"/deviceinfo_year=\"$year\"/" "$device/deviceinfo" done devices=$(git ls-files -m -- . | xargs dirname | sort -u | xargs echo) pmbootstrap checksum $devices
25 lines
701 B
Text
25 lines
701 B
Text
# Contributor: red-black-bonsai <red-black-bonsai@gmx.net>
|
|
# Contributor: Ethan R. Jones <ethanrjones97@gmail.com>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-zte-kis3"
|
|
pkgdesc="ZTE Open C / Kis 3"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-zte-kis3 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="9451ec47223dd019b0afb063aaedfb012ddad5c611f41f5fafcd6d28054e2154ab008343c568d768d24c570604a95dbdb576bcbc368a3f761273ff65321c1da7 deviceinfo"
|