de2bba9e58
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
23 lines
655 B
Text
23 lines
655 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Mayeul Cantan <mayeul.cantan@gmail.com
|
|
pkgname="device-samsung-kylevess"
|
|
pkgdesc="Samsung Trend Lite"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
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="cfb69e1c39f39a12a79c66d757bccd624285a0f314140f28f9f180ba2ec01bd5673f5154c1a989c6990d4ae1898b3be2524b8d1637dabd1f19edbadbab96b549 deviceinfo"
|