pmaports/device-samsung-maguro/APKBUILD

31 lines
825 B
Text
Raw Normal View History

2017-06-01 19:03:21 +00:00
pkgname=device-samsung-maguro
pkgver=2
pkgrel=2
pkgdesc="Google Galaxy Nexus (GSM)"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-samsung_tuna"
makedepends=""
install=""
subpackages=""
source="deviceinfo"
options="!check"
build() {
return 0
}
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
#install -D -m644 "$srcdir"/initfs-hook.sh \
# "$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
#install -D -m644 "$srcdir"/90-android-touch-dev.rules \
# "$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
#install -D -m644 "$srcdir"/profile.sh \
# "$pkgdir"/etc/profile.d/00-$pkgname.sh
}
sha512sums="eaeafab8e394c95c007d00e97b9b3563aedb006013f22b2fae500026700f009a3ef871a911b423103ef59cfae12bfeef96542e75bc22bcace8e17c308cbbddf6 deviceinfo"