modem/rpmsgexport: fix linting issues (!1032)
This commit is contained in:
parent
a0a08547bd
commit
81ca3ffc7e
1 changed files with 5 additions and 12 deletions
|
@ -1,28 +1,21 @@
|
||||||
pkgname=rpmsgexport
|
pkgname=rpmsgexport
|
||||||
pkgver=0.0_git20180228
|
pkgver=0.0_git20180228
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Create rpmsg endpoint devices"
|
pkgdesc="Create rpmsg endpoint devices"
|
||||||
url="https://github.com/andersson/rpmsgexport"
|
url="https://github.com/andersson/rpmsgexport"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
depends=""
|
|
||||||
makedepends=""
|
|
||||||
subpackages=""
|
|
||||||
_commit="324d88d668f36c6a5e6a9c2003a050b8a5a3cd60"
|
_commit="324d88d668f36c6a5e6a9c2003a050b8a5a3cd60"
|
||||||
source="
|
source="$pkgname-$_commit.tar.gz::https://github.com/andersson/rpmsgexport/archive/$_commit.tar.gz"
|
||||||
rpmsgexport.tgz::https://github.com/andersson/rpmsgexport/archive/"$_commit".tar.gz
|
builddir="$srcdir/rpmsgexport-$_commit"
|
||||||
"
|
|
||||||
builddir="$srcdir""/rpmsgexport-"$_commit
|
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
install -Dm755 rpmsgexport "$pkgdir"/usr/sbin/rpmsgexport
|
||||||
install -D -m 755 rpmsgexport "$pkgdir"/usr/sbin/rpmsgexport
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="c5915bd217afc19dd92d2eefebe17abfeacc54345e7717d6171ad997e07403d5cb54963ed991fe4858937f6be1208de0d823692229f76fb1c8e875c0a3b1004b rpmsgexport.tgz"
|
sha512sums="c5915bd217afc19dd92d2eefebe17abfeacc54345e7717d6171ad997e07403d5cb54963ed991fe4858937f6be1208de0d823692229f76fb1c8e875c0a3b1004b rpmsgexport-324d88d668f36c6a5e6a9c2003a050b8a5a3cd60.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue