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