diff --git a/extra/testingpackage/package b/extra/testingpackage/package new file mode 100755 index 0000000..f430bd1 --- /dev/null +++ b/extra/testingpackage/package @@ -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="" \ No newline at end of file diff --git a/extra/testingpackage/payload/usr/bin/helloworld b/extra/testingpackage/payload/usr/bin/helloworld new file mode 100755 index 0000000..d31c52f --- /dev/null +++ b/extra/testingpackage/payload/usr/bin/helloworld @@ -0,0 +1 @@ +echo "based" \ No newline at end of file