main/adsp-audio: fix linting issues (!872)
This commit is contained in:
parent
4472f2e267
commit
b62db7e8dc
1 changed files with 5 additions and 7 deletions
|
@ -1,18 +1,16 @@
|
|||
# Contributor: Luca Weiss <luca@z3ntu.xyz>
|
||||
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
||||
pkgname=adsp-audio
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Init script for enabling the adsp audio subsystem (downstream Android kernels)"
|
||||
url="https://gitlab.com/postmarketOS/pmbootstrap"
|
||||
arch="noarch"
|
||||
license="GPL3+"
|
||||
depends=""
|
||||
makedepends=""
|
||||
license="GPL-3.0-or-later"
|
||||
install="$pkgname.post-install"
|
||||
subpackages=""
|
||||
source="$pkgname.initd"
|
||||
options=""
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/$pkgname.initd" "$pkgdir/etc/init.d/$pkgname"
|
||||
install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/adsp-audio
|
||||
}
|
||||
sha512sums="1edd94b45d37d82b37e04a4f3ff9f3c116bee088a0f83c7b605a0107a3da4f5c9f7d0c1a50c082eb05914352979114135bde8942be9f6ac4fe3a7041e9190bc3 adsp-audio.initd"
|
||||
|
|
Loading…
Reference in a new issue