From 4ba5b76d7f6cbcbf8710506b508fe82f49a611d4 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 7 Nov 2020 21:52:30 +0200 Subject: [PATCH] add simple testing package --- extra/testingpackage/package | 5 +++++ extra/testingpackage/payload/usr/bin/helloworld | 1 + 2 files changed, 6 insertions(+) create mode 100755 extra/testingpackage/package create mode 100755 extra/testingpackage/payload/usr/bin/helloworld 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