From e78c218f9f70c356b76d8912eebae8c654a8d1eb Mon Sep 17 00:00:00 2001 From: hippoz Date: Mon, 30 Nov 2020 20:09:09 +0200 Subject: [PATCH] update hello world package --- bruhtesting/package | 5 ----- bruhtesting/payload/usr/bin/hellooo | 1 - helloworld/package | 5 +++++ helloworld/payload/usr/bin/helloworld | 1 + testingpackage/package | 5 ----- testingpackage/payload/usr/bin/helloworld | 1 - 6 files changed, 6 insertions(+), 12 deletions(-) delete mode 100755 bruhtesting/package delete mode 100755 bruhtesting/payload/usr/bin/hellooo create mode 100755 helloworld/package create mode 100755 helloworld/payload/usr/bin/helloworld delete mode 100755 testingpackage/package delete mode 100755 testingpackage/payload/usr/bin/helloworld diff --git a/bruhtesting/package b/bruhtesting/package deleted file mode 100755 index adfe9df..0000000 --- a/bruhtesting/package +++ /dev/null @@ -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="" \ No newline at end of file diff --git a/bruhtesting/payload/usr/bin/hellooo b/bruhtesting/payload/usr/bin/hellooo deleted file mode 100755 index 644d0cf..0000000 --- a/bruhtesting/payload/usr/bin/hellooo +++ /dev/null @@ -1 +0,0 @@ -echo "bruh based" \ No newline at end of file diff --git a/helloworld/package b/helloworld/package new file mode 100755 index 0000000..2bc9336 --- /dev/null +++ b/helloworld/package @@ -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="" \ No newline at end of file diff --git a/helloworld/payload/usr/bin/helloworld b/helloworld/payload/usr/bin/helloworld new file mode 100755 index 0000000..51da61a --- /dev/null +++ b/helloworld/payload/usr/bin/helloworld @@ -0,0 +1 @@ +echo "Hello, Alnux world!" \ No newline at end of file diff --git a/testingpackage/package b/testingpackage/package deleted file mode 100755 index f0bff66..0000000 --- a/testingpackage/package +++ /dev/null @@ -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="" \ No newline at end of file diff --git a/testingpackage/payload/usr/bin/helloworld b/testingpackage/payload/usr/bin/helloworld deleted file mode 100755 index 2fd1eb7..0000000 --- a/testingpackage/payload/usr/bin/helloworld +++ /dev/null @@ -1 +0,0 @@ -echo "based 3" \ No newline at end of file