From ba252a369c05044f62b3f174ae714b819619440b Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 7 Nov 2020 23:32:09 +0200 Subject: [PATCH] what if there were more testing packages lol --- bruhtesting/package | 5 +++++ bruhtesting/payload/usr/bin/hellooo | 1 + testingpackage/package | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 bruhtesting/package create mode 100644 bruhtesting/payload/usr/bin/hellooo diff --git a/bruhtesting/package b/bruhtesting/package new file mode 100644 index 0000000..45647ae --- /dev/null +++ b/bruhtesting/package @@ -0,0 +1,5 @@ +AL_PKG_CONFIG_DEPLOY=true +AL_PKG_CONFIG_VER="0.1" +AL_PKG_CONFIG_NAME="bruhtesting" +AL_PKG_CONFIG_MAKEDEPENDS="" +AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file diff --git a/bruhtesting/payload/usr/bin/hellooo b/bruhtesting/payload/usr/bin/hellooo new file mode 100644 index 0000000..fee867c --- /dev/null +++ b/bruhtesting/payload/usr/bin/hellooo @@ -0,0 +1 @@ +echo "bruh" \ No newline at end of file diff --git a/testingpackage/package b/testingpackage/package index c944aa4..fa8df85 100755 --- a/testingpackage/package +++ b/testingpackage/package @@ -1,5 +1,5 @@ AL_PKG_CONFIG_DEPLOY=true -AL_PKG_CONFIG_VER="0.2" +AL_PKG_CONFIG_VER="0.3" AL_PKG_CONFIG_NAME="testingpackage" AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file