e8fd6d6635
With the pmbootstrap change let's change the deviceinfo variable names to the non-deprecated version. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
24 lines
585 B
Text
24 lines
585 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-s6500d
|
|
pkgdesc="Samsung Galaxy Mini 2"
|
|
pkgver=0.1
|
|
pkgrel=18
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-s6500d mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
eb2104c3b3288e4d8e2ef409b1f9cb471091351b1f68c09c3d78e972829e47afd8b63365d2b828f0858dae48cf11761ff4504ec6fc6905fc73c1981bcc397e4f deviceinfo
|
|
"
|