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