forked from alnux/repo
add alnux package
This commit is contained in:
parent
29658286c4
commit
0919b85cd7
3 changed files with 10 additions and 0 deletions
1
alnux/build
Executable file
1
alnux/build
Executable file
|
@ -0,0 +1 @@
|
|||
mkdir "${AL_PKG_PACKAGE_PATH}"/payload/{dev,mnt,proc,run,sbin,sys,tmp}
|
5
alnux/package
Executable file
5
alnux/package
Executable file
|
@ -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=""
|
4
alnux/payload/etc/os-release
Normal file
4
alnux/payload/etc/os-release
Normal file
|
@ -0,0 +1,4 @@
|
|||
NAME="Alnux"
|
||||
PRETTY_NAME="Alnux"
|
||||
ID=alnux
|
||||
BUILD_ID=rolling
|
Loading…
Reference in a new issue