device/device-motorola-maserati: fix APKBUILD (!874)
This commit is contained in:
parent
ff05d53ce1
commit
89eb954b9d
1 changed files with 9 additions and 3 deletions
|
@ -1,17 +1,23 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Nikita Ukhrenkov <thekit@disroot.org>
|
||||
pkgname="device-motorola-maserati"
|
||||
pkgdesc="Motorola Motorola Droid 4"
|
||||
pkgver=0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armhf"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base linux-motorola-maserati"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo 10-safestrap-maserati.sh"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/deviceinfo \
|
||||
"$pkgdir"/etc/deviceinfo
|
||||
devicepkg_package $startdir $pkgname
|
||||
|
||||
mkdir -p "$pkgdir"/etc/postmarketos-mkinitfs/hooks/
|
||||
install -Dm644 "$srcdir"/10-safestrap-maserati.sh \
|
||||
|
|
Loading…
Add table
Reference in a new issue