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
24 lines
668 B
Text
24 lines
668 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Federico Amedeo Izzo <federico.izzo42@gmail.com>
|
|
pkgname="device-amazon-tank"
|
|
pkgdesc="Amazon Fire TV Stick (2nd Gen)"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-amazon-tank mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="f13cc67d3211c9e02eb7a09a9a758b9dae070a53ff8a51326c54182dc5f766a4cc888c479bcba507a945cac4966f7c474806a9adc954b666e7f367c36742174b deviceinfo"
|