main/hello-world: fix linting issues (!872)
This commit is contained in:
parent
6439348cb1
commit
02c0b08cc8
|
@ -1,15 +1,13 @@
|
||||||
|
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||||
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||||
pkgname=hello-world
|
pkgname=hello-world
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="hello world program to be built in the testsuite"
|
pkgdesc="hello world program to be built in the testsuite"
|
||||||
url="https://en.wikipedia.org/wiki/%22Hello,_World!%22_program"
|
url="https://en.wikipedia.org/wiki/%22Hello,_World!%22_program"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends=""
|
|
||||||
makedepends=""
|
|
||||||
subpackages=""
|
|
||||||
source="main.c Makefile"
|
source="main.c Makefile"
|
||||||
options=""
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user