81c3b3c2dd
This is not supported anymore, see previous commit for reasoning.
22 lines
600 B
Text
22 lines
600 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-samsung-s6500d"
|
|
pkgdesc="Samsung Galaxy Mini 2"
|
|
pkgver=0.1
|
|
pkgrel=6
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-s6500d mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="64c9d8ddd8891b5e08a19f08b1087d8cb44ae1335722924485d89ac8ca37cfe70e6949838dfc27c031098436c0eee31778ad4f47cfe4ad79c81a11e4c0c706d2 deviceinfo"
|