main/hello-world: fix linting issues (!872)
This commit is contained in:
parent
6439348cb1
commit
02c0b08cc8
1 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue