From 0919b85cd7a86420f0900b65ec038533684ac23c Mon Sep 17 00:00:00 2001 From: hippoz Date: Mon, 30 Nov 2020 21:24:46 +0200 Subject: [PATCH] add alnux package --- alnux/build | 1 + alnux/package | 5 +++++ alnux/payload/etc/os-release | 4 ++++ 3 files changed, 10 insertions(+) create mode 100755 alnux/build create mode 100755 alnux/package create mode 100644 alnux/payload/etc/os-release diff --git a/alnux/build b/alnux/build new file mode 100755 index 0000000..9c107ec --- /dev/null +++ b/alnux/build @@ -0,0 +1 @@ +mkdir "${AL_PKG_PACKAGE_PATH}"/payload/{dev,mnt,proc,run,sbin,sys,tmp} \ No newline at end of file diff --git a/alnux/package b/alnux/package new file mode 100755 index 0000000..88fb5db --- /dev/null +++ b/alnux/package @@ -0,0 +1,5 @@ +AL_PKG_CONFIG_DEPLOY=true +AL_PKG_CONFIG_VER="0.1" +AL_PKG_CONFIG_NAME="alnux" +AL_PKG_CONFIG_MAKEDEPENDS="" +AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file diff --git a/alnux/payload/etc/os-release b/alnux/payload/etc/os-release new file mode 100644 index 0000000..e115b14 --- /dev/null +++ b/alnux/payload/etc/os-release @@ -0,0 +1,4 @@ +NAME="Alnux" +PRETTY_NAME="Alnux" +ID=alnux +BUILD_ID=rolling \ No newline at end of file