main/hello-world: fix linting issues (!872)

This commit is contained in:
Bart Ribbers 2020-01-05 18:35:36 +01:00
parent 6439348cb1
commit 02c0b08cc8
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -1,15 +1,13 @@
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=hello-world
pkgver=1
pkgrel=4
pkgrel=5
pkgdesc="hello world program to be built in the testsuite"
url="https://en.wikipedia.org/wiki/%22Hello,_World!%22_program"
arch="all"
license="MIT"
depends=""
makedepends=""
subpackages=""
source="main.c Makefile"
options=""
build() {
cd "$srcdir"