main/hello-world-wrapper: fix linting issues (!872)
This commit is contained in:
parent
b62db7e8dc
commit
09e45bd9a6
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=hello-world-wrapper
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Dependency test package wrapping hello-world"
|
||||
url="https://github.org/postmarketOS"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="hello-world"
|
||||
makedepends="hello-world"
|
||||
subpackages=""
|
||||
source="hello-world-wrapper.sh"
|
||||
options=""
|
||||
|
||||
check() {
|
||||
cd "$srcdir"
|
||||
|
|
Loading…
Reference in a new issue