forked from alnux/repo
update hello world package
This commit is contained in:
parent
6c0cde4dc5
commit
e78c218f9f
6 changed files with 6 additions and 12 deletions
|
@ -1,5 +0,0 @@
|
|||
AL_PKG_CONFIG_DEPLOY=true
|
||||
AL_PKG_CONFIG_VER="0.7"
|
||||
AL_PKG_CONFIG_NAME="bruhtesting"
|
||||
AL_PKG_CONFIG_MAKEDEPENDS=""
|
||||
AL_PKG_CONFIG_DEPENDS=""
|
|
@ -1 +0,0 @@
|
|||
echo "bruh based"
|
5
helloworld/package
Executable file
5
helloworld/package
Executable file
|
@ -0,0 +1,5 @@
|
|||
AL_PKG_CONFIG_DEPLOY=true
|
||||
AL_PKG_CONFIG_VER="0.1"
|
||||
AL_PKG_CONFIG_NAME="helloworld"
|
||||
AL_PKG_CONFIG_MAKEDEPENDS=""
|
||||
AL_PKG_CONFIG_DEPENDS=""
|
1
helloworld/payload/usr/bin/helloworld
Executable file
1
helloworld/payload/usr/bin/helloworld
Executable file
|
@ -0,0 +1 @@
|
|||
echo "Hello, Alnux world!"
|
|
@ -1,5 +0,0 @@
|
|||
AL_PKG_CONFIG_DEPLOY=true
|
||||
AL_PKG_CONFIG_VER="0.8"
|
||||
AL_PKG_CONFIG_NAME="testingpackage"
|
||||
AL_PKG_CONFIG_MAKEDEPENDS=""
|
||||
AL_PKG_CONFIG_DEPENDS=""
|
|
@ -1 +0,0 @@
|
|||
echo "based 3"
|
Loading…
Reference in a new issue