forked from alnux/repo
add simple testing package
This commit is contained in:
parent
2e42597a58
commit
4ba5b76d7f
2 changed files with 6 additions and 0 deletions
5
extra/testingpackage/package
Executable file
5
extra/testingpackage/package
Executable file
|
@ -0,0 +1,5 @@
|
|||
AL_PKG_CONFIG_DEPLOY=true
|
||||
AL_PKG_CONFIG_VER="0.1"
|
||||
AL_PKG_CONFIG_NAME="testingpackage"
|
||||
AL_PKG_CONFIG_MAKEDEPENDS=""
|
||||
AL_PKG_CONFIG_DEPENDS=""
|
1
extra/testingpackage/payload/usr/bin/helloworld
Executable file
1
extra/testingpackage/payload/usr/bin/helloworld
Executable file
|
@ -0,0 +1 @@
|
|||
echo "based"
|
Loading…
Reference in a new issue