a85db1dc7b
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
39 lines
1,006 B
Text
39 lines
1,006 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-asus-t00f
|
|
pkgdesc="Asus Zenfone 5"
|
|
pkgver=0.1
|
|
pkgrel=7
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="x86"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-t00f mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="$pkgname-x11"
|
|
source="
|
|
deviceinfo
|
|
xorg.conf
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
x11() {
|
|
install_if="$pkgname xorg-server"
|
|
depends="
|
|
libinput
|
|
xf86-input-libinput
|
|
xf86-video-fbdev"
|
|
install -Dm644 "$srcdir"/xorg.conf \
|
|
"$subpkgdir"/etc/X11/xorg.conf.d/10-t00f.conf
|
|
}
|
|
|
|
sha512sums="9c07f783f3cd15300b3e6b6ec4f45b84c37cac67cd35f2becc447629d423964e87249e88fb3cd281886ff8ba393723fca1e9fb46044d98d7275ea45ec2f9533a deviceinfo
|
|
2511fa519813061531757996fbbbb9eecae1a136d2e13149fd7afe04d19982c7eaa5ced8df57860bb816186f206915fcbd4a9e34fdf92b2c6efe3320a223c328 xorg.conf"
|